Skip to content

Commit

Permalink
Merge pull request #61 from anikeenko-viktor/master
Browse files Browse the repository at this point in the history
Update pytest dependency version
  • Loading branch information
simahawk committed Feb 9, 2024
2 parents 765c84b + 358f137 commit 2e44205
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 @@ -16,7 +16,7 @@
include_package_data=True,
platforms='any',
install_requires=[
'pytest>=7.2.0',
'pytest>=7.2.0,<8.0.0',
],
setup_requires=[
'setuptools_scm',
Expand Down

0 comments on commit 2e44205

Please sign in to comment.