summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2020-05-29 21:41:01 -0400
committerGitHub <noreply@github.com>2020-05-30 01:41:01 +0000
commit17b7bccfade8d2366c64a4605cccc33205705c05 (patch)
treefdded1892d012e3cf6f6cf2b6b84f5e04764f653 /test-requirements.txt
parent77b40c4d92e7183f7fddad3107e33b7dae2c8a40 (diff)
downloadvyos.vyos-17b7bccfade8d2366c64a4605cccc33205705c05.tar.gz
vyos.vyos-17b7bccfade8d2366c64a4605cccc33205705c05.zip
Add test requirement for coverage (#37)
[vyos] Add test requirement for coverage Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 3f3af99..d897a57 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,3 +4,4 @@ mock
pexpect
pytest-xdist
yamllint
+coverage==4.5.4