From: Bob Halley Date: Tue, 30 Jun 2020 13:07:36 +0000 (-0700) Subject: move pytest-cov dependency to the dev section X-Git-Tag: v2.0.0rc2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a85f3fdfc512a3d8d3328de81181d565204bdec5;p=thirdparty%2Fdnspython.git move pytest-cov dependency to the dev section --- diff --git a/pyproject.toml b/pyproject.toml index 0372a6ad..21ca0011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,11 +17,11 @@ cryptography = {version="^2.6", optional=true} trio = {version=">=0.14,<0.17", optional=true} curio = {version="^1.2", optional=true} sniffio = {version="^1.1", optional=true} -pytest-cov = "^2.10.0" [tool.poetry.dev-dependencies] mypy = "^0.782" pytest = "^5.4.1" +pytest-cov = "^2.10.0" flake8 = "^3.7.9" sphinx = "^3.0.0" coverage = "^5.1"