Skip to content

Commit c855f4c

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent e577df3 commit c855f4c

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,7 @@ cscope.files
540540
cscope.out
541541
cscope.in.out
542542
cscope.po.out
543+
544+
545+
# remove moban hash dictionary
546+
.moban.hashes

CONTRIBUTORS.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
0 contributors
2+
1 contributors
33
================================================================================
44

55
In alphabetical order:
6+
7+
* `pgajdos <https://github.com/pgajdos>`_

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def filter_out_test_code(file_handle):
193193
license=LICENSE,
194194
keywords=KEYWORDS,
195195
extras_require=EXTRAS_REQUIRE,
196-
tests_require=["pytest"],
196+
tests_require=["nose"],
197197
install_requires=INSTALL_REQUIRES,
198198
packages=PACKAGES,
199199
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
1+
nose
22
mock;python_version<"3"
33
codecov
44
coverage

0 commit comments

Comments
 (0)