Skip to content

Commit

Permalink
fixup! use pip-compile-multi for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Feb 7, 2022
1 parent eaf33e4 commit 9772875
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ 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,4 +1,4 @@
pytest
pytest<7
pytest-timeout
pytest-xprocess
cryptography
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:84fea6bee8994a4fae5a938193cf6f8de095bd95
# SHA1:36b07d36a8395bd7fd19df122dcf5e9d884d4922
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand Down Expand Up @@ -27,7 +27,7 @@ pycparser==2.21
# via cffi
pyparsing==3.0.7
# via packaging
pytest==7.0.0
pytest==6.2.5
# via
# -r requirements/tests.in
# pytest-timeout
Expand All @@ -36,7 +36,7 @@ pytest-timeout==2.1.0
# via -r requirements/tests.in
pytest-xprocess==0.18.1
# via -r requirements/tests.in
tomli==2.0.0
toml==0.10.2
# via pytest
watchdog==2.1.6
# via -r requirements/tests.in

0 comments on commit 9772875

Please sign in to comment.