Skip to content

Commit

Permalink
Lock pytest to <7.3 (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Apr 15, 2023
1 parent 1674c70 commit f6eb852
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 5 additions & 2 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --all-extras --output-file=constraints.txt --resolver=backtracking --strip-extras pyproject.toml
Expand Down Expand Up @@ -92,6 +92,7 @@ idna==3.4
# via requests
importlib-metadata==5.2.0
# via
# flask
# keyring
# twine
iniconfig==1.1.1
Expand Down Expand Up @@ -270,7 +271,9 @@ twine==4.0.2
types-pyyaml==6.0.12.2
# via tavern (pyproject.toml)
typing-extensions==4.4.0
# via mypy
# via
# black
# mypy
urllib3==1.26.13
# via
# docker
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"paho-mqtt>=1.3.1,<=1.6.1",
"pyjwt>=2.4.0,<3",
"pykwalify>=1.8.0,<2",
"pytest>=7,<8",
"pytest>=7,<7.3",
"python-box>=6,<7",
"requests>=2.22.0,<3",
"stevedore>=4,<5",
Expand Down
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --all-extras --generate-hashes --output-file=requirements.txt --resolver=backtracking pyproject.toml
Expand Down Expand Up @@ -332,6 +332,7 @@ importlib-metadata==5.2.0 \
--hash=sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f \
--hash=sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd
# via
# flask
# keyring
# twine
iniconfig==1.1.1 \
Expand Down Expand Up @@ -859,7 +860,9 @@ types-pyyaml==6.0.12.2 \
typing-extensions==4.4.0 \
--hash=sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa \
--hash=sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e
# via mypy
# via
# black
# mypy
urllib3==1.26.13 \
--hash=sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc \
--hash=sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8
Expand Down

0 comments on commit f6eb852

Please sign in to comment.