jens-scheffler-bosch commented on code in PR #35160:
URL: https://github.com/apache/airflow/pull/35160#discussion_r1376289820


##########
tests/operators/test_python.py:
##########
@@ -844,17 +848,30 @@ def f(exit_code):
             assert ti.state == expected_state
 
 
+venv_cache_path = tempfile.mkdtemp(prefix="venv_cache_path")

Review Comment:
   Got your point - and of course in another PR and not tomorrow. I was on the 
"same train" like you (actually sitting in a train at moment of writing now 
:-D) - Yes and agree testing operators is DB related in most cases to IO needed 
task meta data. But as we have a system of concurrent execution, would be cool 
(mid/long term) to be able to run on more test on parallel cores. But of course 
isolation is key...



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to