Skip to content

Commit

Permalink
Pin pytest to ~=7.0 #65
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Feb 15, 2024
1 parent 7804f3c commit 7c43e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

install_requires = ["requests-oauthlib~=1.3.1", "pydantic~=1.7.3"]

tests_require = ["pytest", "black~=23.0", "setuptools~=68.0"]
tests_require = ["pytest~=7.0", "black~=23.0", "setuptools~=68.0"]

with open("README.md") as fh:
readme = fh.read()
Expand Down

0 comments on commit 7c43e4c

Please sign in to comment.