Skip to content

Commit 12279b8

Browse files
committed
Remove unnecessary test dependency nose-cov
nose comes with with coverage support pre-installed, and it becomes functional when coverage is also installed. nose-cov only adds a little sugar, but it requires a more recent version of nose than is packaged in Debian.
1 parent bbe431e commit 12279b8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/test.sh.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip freeze
2-
nosetests --with-cov --cov pyexcel_{{nick_name}} --cov tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_{{nick_name}}
2+
nosetests --with-cov --cover-package pyexcel_{{nick_name}} --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_{{nick_name}}

templates/tests/requirements.txt.jj2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
nose
2-
nose-cov
32
codecov
43
coverage
54
{%block extras %}

0 commit comments

Comments
 (0)