summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-21 21:36:53 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-21 21:36:53 -0500
commitd9a13c77ce2a3efea70c97d219ca4335c0f03c40 (patch)
tree71c91a5af2aabd1a7ae6923aee812d984a19753d
parent5e416793c008c5ef285c37828072fbea5ced6d08 (diff)
downloadpytest-runner-d9a13c77ce2a3efea70c97d219ca4335c0f03c40.tar.gz
Bump minimum pytest
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index af24641..81f70ee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -31,7 +31,7 @@ exclude =
[options.extras_require]
testing =
# upstream
- pytest >= 3.5, !=3.7.3
+ pytest >= 4.6
pytest-checkdocs >= 1.2.3
pytest-flake8
pytest-black >= 0.3.7; python_implementation != "PyPy"