]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
move pytest-cov dependency to the dev section
authorBob Halley <halley@play-bow.org>
Tue, 30 Jun 2020 13:07:36 +0000 (06:07 -0700)
committerBob Halley <halley@play-bow.org>
Tue, 30 Jun 2020 13:07:36 +0000 (06:07 -0700)
pyproject.toml

index 0372a6ad9675688f34e60d39d0d5fe457fabc22e..21ca00117d04f05c99541e08dabc2418eacec3d8 100644 (file)
@@ -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"