Remove nose from dependencies

Nose library not only deprecated but Debian now removed it, see [1], so
it is time to get rid of all referencies in our code.

[1]: https://lists.openstack.org/pipermail/openstack-discuss/2022-August/030165.html

Change-Id: Ib56d19af2e1d0240a2ac044cd857b24480f27608
This commit is contained in:
elajkat 2022-08-29 13:18:14 +02:00
parent 9f11643b41
commit 352a6411b4
2 changed files with 0 additions and 2 deletions

1
.gitignore vendored
View File

@ -26,7 +26,6 @@ cover/
.coverage* .coverage*
!.coveragerc !.coveragerc
.tox .tox
nosetests.xml
.venv .venv
.stestr/ .stestr/

View File

@ -15,7 +15,6 @@ paramiko>=2.0.0 # LGPLv2.1+
tempest>=29.2.0 # Apache-2.0 tempest>=29.2.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0 tenacity>=3.2.1 # Apache-2.0
ddt>=1.0.1 # MIT ddt>=1.0.1 # MIT
nose>=1.3.7 # LGPL
testtools>=2.2.0 # MIT testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT