uranusjr commented on code in PR #33991:
URL: https://github.com/apache/airflow/pull/33991#discussion_r1312676386


##########
pyproject.toml:
##########
@@ -109,6 +109,9 @@ python_files = [
 testpaths = [
     "tests",
 ]
+markers = [
+    "disable_autouse"
+]

Review Comment:
   There are already multiple instances where a class is tested in multiple 
test classes. The restriction does not really make sense.



-- 
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