diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/import/pypi.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/import/pypi.scm b/tests/import/pypi.scm index 59d0bfc2104..8da15edcd98 100644 --- a/tests/import/pypi.scm +++ b/tests/import/pypi.scm @@ -97,6 +97,7 @@ bar != 2 [test] pytest (>=2.5.0) +pytest-cov # read but ignored ") ;; Beaker contains only optional dependencies. @@ -258,7 +259,7 @@ files specified by SPECS. Return its file name." (map specification->requirement-name test-specifications)) (test-equal "parse-requires.txt" - (list '("foo" "bar") '("pytest")) + (list '("foo" "bar") '("pytest" "pytest-cov")) (mock ((ice-9 ports) call-with-input-file call-with-input-string) (parse-requires.txt test-requires.txt))) |
