gfreitash commented on code in PR #57631:
URL: https://github.com/apache/airflow/pull/57631#discussion_r2504879118


##########
providers/standard/tests/unit/standard/operators/test_python.py:
##########
@@ -1189,7 +1258,7 @@ def f():
 # therefore we have to extend timeouts for those tests
 @pytest.mark.execution_timeout(120)
 @pytest.mark.virtualenv_operator
-class TestPythonVirtualenvOperator(BaseTestPythonVirtualenvOperator):
+class TestPythonVirtualenvOperator(BaseTestPythonVirtualenvOperator, 
_TestDagBundleImportMixin):

Review Comment:
   Changed it to a dedicated class instead of mixin + inheritance



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