Skip to content

Commit

Permalink
unpin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 16, 2022
1 parent d44534b commit db10c66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.0.3
# pip-tools
distlib==0.3.4
# via virtualenv
filelock==3.5.0
filelock==3.5.1
# via
# tox
# virtualenv
Expand All @@ -40,6 +40,10 @@ six==1.16.0
# via
# tox
# virtualenv
toml==0.10.2
# via
# pre-commit
# tox
toposort==1.7
# via pip-compile-multi
tox==3.24.5
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest<7
pytest
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:43b07f68ee4dcf187dce9de79fc8dd462f1c99d6
# SHA1:0eaa389e1fdb3a1917c0f987514bd561be5718ee
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -17,7 +17,7 @@ py==1.11.0
# via pytest
pyparsing==3.0.7
# via packaging
pytest==6.2.5
pytest==7.0.1
# via -r requirements/tests.in
toml==0.10.2
tomli==2.0.1
# via pytest

0 comments on commit db10c66

Please sign in to comment.