Skip to content

Commit

Permalink
Drop nose in favor of nose2.
Browse files Browse the repository at this point in the history
nose is broken for python>=3.10 and upstream has indicated that it's
deprecated[0]. nose2 is, in spirit, the successor.

[0] nose-devs/nose#1118 (comment)
  • Loading branch information
freyes committed Apr 1, 2022
1 parent c665981 commit fd44439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
coverage==3.7.1
flake8==2.4.0
mock==1.0.1
nose==1.3.6
nose2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist = py27, py3
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/jujubundlelib
commands = nosetests {posargs:--quiet}
commands = nose2 {posargs:--quiet}
deps =
-r{toxinidir}/test-requirements.txt

Expand Down

0 comments on commit fd44439

Please sign in to comment.