We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073f079 commit 26310a1Copy full SHA for 26310a1
setup.py
@@ -33,7 +33,7 @@
33
setup_requires = [
34
# Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
35
# Python 2.7
36
- 'pytest-runner == 5.2.0',
+ 'pytest-runner == 5.3.0',
37
]
38
39
test_reqs = [
0 commit comments