Skip to content

Commit

Permalink
No pytest restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Dec 18, 2024
1 parent 413936a commit 570b3f8
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 @@ -105,7 +105,7 @@ def run_tests(self):
ext_modules=__extensions,
extras_require={
"dev": ["black==19.10b0", "pre-commit==1.20.0"],
"test": ["pytest==5.2.2"],
"test": ["pytest"],
},
install_requires=[
"deprecation",
Expand Down

0 comments on commit 570b3f8

Please sign in to comment.