Skip to content

Commit

Permalink
Merge pull request #14 from kinow/dependabot/pip/pytest-runner-gte-4.…
Browse files Browse the repository at this point in the history
…1-and-lt-5.4

Update pytest-runner requirement from ==4.1.* to >=4.1,<5.4
  • Loading branch information
kinow authored Mar 13, 2021
2 parents 8eb7df1 + 4e9a769 commit 2102faf
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 @@ -32,7 +32,7 @@ def read(*parts):
]

setup_requires = [
'pytest-runner==4.1.*'
'pytest-runner>=4.1,<5.4'
]

tests_require = [
Expand Down

0 comments on commit 2102faf

Please sign in to comment.