summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-07-30 09:25:27 -0700
committerBob Halley <halley@dnspython.org>2020-07-30 09:25:27 -0700
commitf03c793d724a10176b35e3193c8ea5f612910cd1 (patch)
tree8c48dcb3497afadf50725c98af6f8ba84b110053
parentb21457fdd4ee741416708f68b222d41ec3d6cb9c (diff)
downloaddnspython-f03c793d724a10176b35e3193c8ea5f612910cd1.tar.gz
allow pytest 6
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 51d8b8e..92bbb54 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ sniffio = {version="^1.1", optional=true}
[tool.poetry.dev-dependencies]
mypy = "^0.782"
-pytest = "^5.4.1"
+pytest = ">=5.4.1,<7"
pytest-cov = "^2.10.0"
flake8 = "^3.7.9"
sphinx = "^3.0.0"