1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Explicitly include pytest-cov

This commit is contained in:
Ross McFarland
2022-03-10 07:19:33 -08:00
parent c39733cf91
commit ed6125c003

View File

@@ -57,6 +57,7 @@ def long_description():
tests_require = (
'pytest>=6.2.5',
'pytest-cov>=3.0.0',
'pytest-network>=0.0.1',
)