Skip to content

Commit 8fd57e5

Browse files
chfwgithub-actions[bot]
authored andcommitted
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 1805b3b commit 8fd57e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
1 contributors
3+
2 contributors
44
================================================================================
55

66
In alphabetical order:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def filter_out_test_code(file_handle):
196196
keywords=KEYWORDS,
197197
python_requires=PYTHON_REQUIRES,
198198
extras_require=EXTRAS_REQUIRE,
199-
tests_require=["pytest~=8.4"],
199+
tests_require=["nose"],
200200
install_requires=INSTALL_REQUIRES,
201201
packages=PACKAGES,
202202
include_package_data=True,

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=8.4
1+
nose
22
mock;python_version<"3"
33
codecov
44
coverage

0 commit comments

Comments
 (0)