Simplify virtualenv test in test_testing

This commit is contained in:
Yannick Jadoul
2020-06-14 00:37:34 +02:00
parent a06998e2f6
commit ed491d0e22
4 changed files with 9 additions and 11 deletions
-1
View File
@@ -224,7 +224,6 @@ def build(options: BuildOptions) -> None:
os.path.join(venv_dir, 'bin'),
virtualenv_env['PATH'],
])
virtualenv_env["__CIBW_VIRTUALENV_PATH__"] = venv_dir
# check that we are using the Python from the virtual environment
call(['which', 'python'], env=virtualenv_env)