uranusjr commented on code in PR #33991:
URL: https://github.com/apache/airflow/pull/33991#discussion_r1312582711
##########
pyproject.toml:
##########
@@ -109,6 +109,9 @@ python_files = [
testpaths = [
"tests",
]
+markers = [
+ "disable_autouse"
+]
Review Comment:
But why jump through this hoop at all though? If you want to avoid the
autouse fixture, the test can be put in a different class (or not in a class at
all) instead, can it not?
--
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]