Stop installing nose and pylint from distros
The distro packages of nose and pylint depend on python-setuptools on some platforms, and on some of those platforms (at least CentOS 6.x) you can't resolve dependencies on python-setuptools properly if you've forcibly removed it already (as we do on our CI workers). It appears that any current upstream use of these tools in relation to DevStack-based testing is now relying on tox and pip to obtain them instead. Change-Id: Ibd16ac550c90364115caf57fae4f5f4cb5d5f238
This commit is contained in:
parent
0a9d03d505
commit
091b42b7da
@ -1,8 +1,5 @@
|
||||
curl
|
||||
make
|
||||
memcached
|
||||
# NOTE python-nose only exists because of swift functional job, we should probably
|
||||
# figure out a more consistent way of installing this from test-requirements.txt instead
|
||||
python-nose
|
||||
sqlite3
|
||||
xfsprogs
|
||||
|
@ -15,7 +15,6 @@ openssh
|
||||
openssl
|
||||
psmisc
|
||||
python-cmd2 # dist:opensuse-12.3
|
||||
python-pylint
|
||||
screen
|
||||
tar
|
||||
tcpdump
|
||||
|
@ -12,7 +12,5 @@ python-coverage
|
||||
python-dateutil
|
||||
python-eventlet
|
||||
python-mox
|
||||
python-nose
|
||||
python-pylint
|
||||
python-sqlalchemy-migrate
|
||||
python-xattr
|
||||
|
@ -8,7 +8,6 @@ python-devel
|
||||
python-eventlet
|
||||
python-greenlet
|
||||
python-netifaces
|
||||
python-nose
|
||||
python-simplejson
|
||||
python-xattr
|
||||
sqlite3
|
||||
|
@ -14,7 +14,6 @@ libxml2-devel
|
||||
libxslt-devel
|
||||
pkgconfig
|
||||
psmisc
|
||||
pylint
|
||||
python-devel
|
||||
screen
|
||||
tar
|
||||
|
@ -1,6 +1,5 @@
|
||||
Django
|
||||
httpd # NOPRIME
|
||||
mod_wsgi # NOPRIME
|
||||
pylint
|
||||
pyxattr
|
||||
pcre-devel # pyScss
|
||||
|
Loading…
Reference in New Issue
Block a user