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 1d9261a commit 15a82c9Copy full SHA for 15a82c9
pyperformance/venv.py
@@ -227,7 +227,7 @@ def install_pyperformance(self):
227
env=self._env,
228
)
229
if ec != 0:
230
- raise RequirementsInstallationFailedError(root_dir)
+ raise _venv.RequirementsInstallationFailedError(root_dir)
231
else:
232
version = pyperformance.__version__
233
self.ensure_reqs([f'pyperformance=={version}'])
0 commit comments