diff --git a/setup.py b/setup.py index 5977589a..208e6bab 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,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 == 6.0.0', ] # WARNING: This imposes limitations on test/requirements.txt such that the