flolas commented on PR #36171:
URL: https://github.com/apache/airflow/pull/36171#issuecomment-1892646366

   @eladkal Ummh, I can't figure out why spellcheck test fails with errors like 
this:
   ```
     apache-airflow-providers-celery                              Traceback 
(most recent call last):
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/site-packages/sphinx/cmd/build.py", line 281, in 
build_main
     apache-airflow-providers-celery                                  
app.build(args.force_all, args.filenames)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/site-packages/sphinx/application.py", line 347, in 
build
     apache-airflow-providers-celery                                  
self.builder.build_update()
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/site-packages/sphinx/builders/__init__.py", line 307, 
in build_update
     apache-airflow-providers-celery                                  
self.build(['__all__'], to_build)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/site-packages/sphinx/builders/__init__.py", line 379, 
in build
     apache-airflow-providers-celery                                  
self.finish()
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/site-packages/sphinxcontrib/spelling/builder.py", 
line 277, in finish
     apache-airflow-providers-celery                                  
logger.warning('Found %d misspelled words',
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 1812, in warning
     apache-airflow-providers-celery                                  
self.log(WARNING, msg, *args, **kwargs)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/site-packages/sphinx/util/logging.py", line 123, in 
log
     apache-airflow-providers-celery                                  
super().log(level, msg, *args, **kwargs)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 1844, in log
     apache-airflow-providers-celery                                  
self.logger.log(level, msg, *args, **kwargs)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 1512, in log
     apache-airflow-providers-celery                                  
self._log(level, msg, args, **kwargs)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 1589, in _log
     apache-airflow-providers-celery                                  
self.handle(record)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 1599, in handle
     apache-airflow-providers-celery                                  
self.callHandlers(record)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 1661, in callHandlers
     apache-airflow-providers-celery                                  
hdlr.handle(record)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 950, in handle
     apache-airflow-providers-celery                                  rv = 
self.filter(record)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/logging/__init__.py", line 811, in filter
     apache-airflow-providers-celery                                  result = 
f.filter(record)
     apache-airflow-providers-celery                                File 
"/usr/local/lib/python3.8/site-packages/sphinx/util/logging.py", line 426, in 
filter
     apache-airflow-providers-celery                                  raise exc
     apache-airflow-providers-celery                              
sphinx.errors.SphinxWarning: Found 1 misspelled words
     apache-airflow-providers-celery                              
     apache-airflow-providers-celery                              [91mWarning, 
treated as error:[39;49;00m
     apache-airflow-providers-celery                              Found 1 
misspelled words
     apache-airflow-providers-celery                             : 
############################################################
     ```
   
   After resolving this issue (if you could give me a hand, that would be 
great), I need to fix some hook tests due to some changes I made in response to 
@Taragolis' comments/suggestions (but that's the easy part).
     


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to