Browse Source

Explicitly include pytest-cov

pull/886/head
Ross McFarland 4 years ago
parent
commit
ed6125c003
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      setup.py

+ 1
- 0
setup.py 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',
)


Loading…
Cancel
Save