We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2303caf commit 54b62f9Copy full SHA for 54b62f9
1 file changed
testing/cffi0/test_zintegration.py
@@ -98,7 +98,7 @@ def remove(dir):
98
# there's a setuptools/easy_install bug that causes this to fail when the build/install occur together and
99
# we're in the same directory with the build (it tries to look up dependencies for itself on PyPI);
100
# subsequent runs will succeed because this test doesn't properly clean up the build- use pip for now.
101
- subprocess.check_call((vp, '-m', 'pip', 'install', '.'), env=env)
+ subprocess.check_call((vp, '-m', 'pip', 'install', '.', '--no-use-pep517'), env=env)
102
subprocess.check_call((vp, str(python_f)), env=env)
103
finally:
104
os.chdir(olddir)
0 commit comments