Skip to content

Commit a961903

Browse files
committed
fix: remove nose
1 parent 3fdb48d commit a961903

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ doc
1010
.pydevproject
1111
.settings/
1212
.venv/
13+
.tox/

requirements.development.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
nose>=1.3.7
21
setuptools>=3.7.1

tox.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[tox]
2-
envlist = py3{6..8}
2+
envlist = py37, py38, py39, py310
33

44
[testenv]
5-
# install testing framework
6-
deps = nose
75
# run the tests
86
# ``{posargs}`` will be substituted with positional arguments from command line
9-
commands = nosetests {posargs}
7+
commands = python -m unittest {posargs}

0 commit comments

Comments
 (0)