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


##########
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:
   I will prefer a separate test with the Mixin instead of adding it to the 
existing tests



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