Skip to content

Commit d02ad10

Browse files
authored
Merge pull request #194 from man-group/remove-more-itertool-pinning
Remove pinning of more-itertools
2 parents 114a519 + 6e2d3e5 commit d02ad10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pytest-profiling/tests/integration/test_profile_integration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ def virtualenv():
1212
with VirtualEnv() as venv:
1313
test_dir = resource_filename("pytest_profiling", "tests/integration/profile")
1414

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")
15+
venv.install_package("more-itertools")
1816

1917
# Keep pytest version the same as what's running this test to ensure P27 keeps working
2018
venv.install_package("pytest=={}".format(get_distribution("pytest").version))

0 commit comments

Comments
 (0)