Skip to content

Commit

Permalink
Bump pytest-runner from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 24, 2021
1 parent 073f079 commit 26310a1
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 @@ -33,7 +33,7 @@
setup_requires = [
# Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
# Python 2.7
'pytest-runner == 5.2.0',
'pytest-runner == 5.3.0',
]

test_reqs = [
Expand Down

0 comments on commit 26310a1

Please sign in to comment.