Skip to content

Commit

Permalink
Pin pytest to 7.1.*
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Nov 27, 2022
1 parent fb392dc commit bb755d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test": [
"asynctest >=0.13.0",
"mock >=0.8",
"pytest >=2.7.3",
"pytest ==7.1.*",
"pytest-asyncio",
"pytest-vcr",
"testfixtures >4.13.2, <7",
Expand Down

0 comments on commit bb755d9

Please sign in to comment.