From: Bob Halley Date: Thu, 30 Jul 2020 16:25:27 +0000 (-0700) Subject: allow pytest 6 X-Git-Tag: v2.1.0rc1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f03c793d724a10176b35e3193c8ea5f612910cd1;p=thirdparty%2Fdnspython.git allow pytest 6 --- diff --git a/pyproject.toml b/pyproject.toml index 51d8b8e8..92bbb549 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"