Skip to content

Commit

Permalink
Merge pull request #194 from man-group/remove-more-itertool-pinning
Browse files Browse the repository at this point in the history
Remove pinning of more-itertools
  • Loading branch information
charlch authored Nov 19, 2021
2 parents 114a519 + 6e2d3e5 commit d02ad10
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ def virtualenv():
with VirtualEnv() as venv:
test_dir = resource_filename("pytest_profiling", "tests/integration/profile")

# HACK: pin more-itertools to 5.0.0 to keep tests working in PY27 as
# as that's a py3 only release
venv.install_package("more-itertools==5.0.0")
venv.install_package("more-itertools")

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

0 comments on commit d02ad10

Please sign in to comment.