Skip to content

Commit 26310a1

Browse files
Bump pytest-runner from 5.2.0 to 5.3.0
Bumps [pytest-runner](https://github.com/pytest-dev/pytest-runner) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst) - [Commits](pytest-dev/pytest-runner@5.2...v5.3.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 073f079 commit 26310a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
setup_requires = [
3434
# Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
3535
# Python 2.7
36-
'pytest-runner == 5.2.0',
36+
'pytest-runner == 5.3.0',
3737
]
3838

3939
test_reqs = [

0 commit comments

Comments
 (0)