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 1569026 commit 26c9756Copy full SHA for 26c9756
setup.py
@@ -34,7 +34,7 @@
34
setup_requires = [
35
# Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
36
# Python 2.7
37
- 'pytest-runner == 5.2.0',
+ 'pytest-runner == 5.3.0',
38
]
39
40
# WARNING: This imposes limitations on test/requirements.txt such that the
0 commit comments