potiuk commented on code in PR #43568:
URL: https://github.com/apache/airflow/pull/43568#discussion_r1825791963
##########
providers/tests/standard/utils/test_python_virtualenv.py:
##########
@@ -93,7 +90,7 @@ def test_pip_install_options(self,
mock_execute_in_subprocess):
assert "/VENV/bin/python" == python_bin
mock_execute_in_subprocess.assert_any_call(
- [sys.executable, "-m", "virtualenv", "/VENV",
"--system-site-packages", "--python=pythonVER"]
+ ["pythonVER", "-m", "venv", "/VENV", "--system-site-packages"]
Review Comment:
same here
--
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]