Skip to content

Commit 9675b43

Browse files
committed
update requirements files
1 parent d140445 commit 9675b43

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def filter_out_test_code(file_handle):
202202
keywords=KEYWORDS,
203203
python_requires=PYTHON_REQUIRES,
204204
extras_require=EXTRAS_REQUIRE,
205-
tests_require=["nose"],
205+
tests_require=["pytest", "pytest-cov"],
206206
install_requires=INSTALL_REQUIRES,
207207
packages=PACKAGES,
208208
include_package_data=True,

tests/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
nose
1+
pytest
2+
pytest-cov
23
mock;python_version<"3"
3-
codecov
4-
coverage
54
flake8
65
black
76
isort

tests/requirements3.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
lxml
22
pyexcel-ods3
3-
nose
4-
rednose
5-
nose-cov
6-
codecov
7-
coverage
3+
pytest
4+
pytest-cov

0 commit comments

Comments
 (0)