Simplify virtualenv test in test_testing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user