Skip to content

Commit

Permalink
requirements: Consume nose from Git for Python 3.10
Browse files Browse the repository at this point in the history
The distributed version of nose is not Python 3.10 compatible,
ref: nose-devs/nose#1118.
  • Loading branch information
fnordahl committed Mar 8, 2022
1 parent b5a5adb commit c3dbad1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ flake8-per-file-ignores
pydocstyle<4.0.0
coverage
mock>=1.2
nose>=1.3.7
# For some reason the PyPi distributed wheel of nose differ from the one on
# GitHub, and it does not work with Python 3.10.
nose>=1.3.7;python_version<'3.10'
git+https://github.com/nose-devs/nose.git#egg=nose;python_version=='3.10'
pbr==5.6.0
simplejson>=2.2.0
netifaces>=0.10.4
Expand Down

0 comments on commit c3dbad1

Please sign in to comment.