Explicitly include pytest-cov

This commit is contained in:
Ross McFarland
2022-03-10 07:19:33 -08:00
parent c39733cf91
commit ed6125c003
+1
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',
)