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 dff9e02 commit 8cc898aCopy full SHA for 8cc898a
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
# WARNING: This imposes limitations on test/requirements.txt such that the
0 commit comments