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


##########
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:
   Good idea to enable venv caching in tests - then we test more functionality 
and find nice race conditions as well :-D - can we enable x-dist also here and 
run them all in parallel? :-D



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