clean after bump to pypy 7.3.1

This commit is contained in:
Grzegorz Bokota
2020-05-04 10:52:41 +02:00
parent 328a6714e9
commit 196a0323a4
2 changed files with 0 additions and 10 deletions
-3
View File
@@ -198,9 +198,6 @@ def build(options: BuildOptions):
virtualenv_env = env.copy()
venv_script_path = os.path.join(venv_dir, 'Scripts')
if os.path.exists(os.path.join(venv_dir, 'bin')):
# pypy2.7 bugfix
venv_script_path = os.pathsep.join([venv_script_path, os.path.join(venv_dir, 'bin')])
virtualenv_env['PATH'] = os.pathsep.join([
venv_script_path,
virtualenv_env['PATH'],