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.
2 parents 114a519 + 6e2d3e5 commit d02ad10Copy full SHA for d02ad10
pytest-profiling/tests/integration/test_profile_integration.py
@@ -12,9 +12,7 @@ def virtualenv():
12
with VirtualEnv() as venv:
13
test_dir = resource_filename("pytest_profiling", "tests/integration/profile")
14
15
- # HACK: pin more-itertools to 5.0.0 to keep tests working in PY27 as
16
- # as that's a py3 only release
17
- venv.install_package("more-itertools==5.0.0")
+ venv.install_package("more-itertools")
18
19
# Keep pytest version the same as what's running this test to ensure P27 keeps working
20
venv.install_package("pytest=={}".format(get_distribution("pytest").version))
0 commit comments