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 Mar 9, 2021
1 parent dff9e02 commit 8cc898a
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',
]

# WARNING: This imposes limitations on test/requirements.txt such that the
Expand Down

0 comments on commit 8cc898a

Please sign in to comment.