potiuk commented on a change in pull request #19867:
URL: https://github.com/apache/airflow/pull/19867#discussion_r758241077
##########
File path: dev/Breeze/requirements.txt
##########
@@ -0,0 +1,4 @@
+click
+pytest
+pytest-xdist
+rich
Review comment:
Still would not help with `conftest.py` running tests where conftest.py
is there mostly to overcome default import behaviour of `pytest` when it comes
to importing. The funny thing is that `python -m pytest` works fine, but when
you try to run tests with `pytest`, the imports are not working the way you'd
think.
--
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]