Skip to content

Commit

Permalink
Remove pinning of more-itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
charlch authored Nov 19, 2021
1 parent b21eef7 commit 6e2d3e5
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 6e2d3e5

Please sign in to comment.