Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump coverage from 5.0.1 to 5.0.2 #372

Merged
merged 1 commit into from Jan 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-test.txt
Expand Up @@ -2,7 +2,7 @@
psutil==5.6.7
pytest==5.3.2 # tests framework used
pytest-cov==2.8.1 # coverage reports to verify tests quality
coverage==5.0.1 # pytest-cov
coverage==5.0.2 # pytest-cov
python-daemon==2.2.4 # used in test for easy creation of daemons
docutils # needed for python-daemon
-e .[tests]