Performance tests are broken by requirements of NetworkX
Bug #1523397 reported by
Alexander Kislitsky
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
High
|
Alexander Kislitsky |
Bug Description
Performance tests is broken:
Downloading/
Running setup.py (path:/
NetworkX requires Python 2.7 or later (2.6 detected).
We are going to use CentOs 7 on the master node so I guess we should switch perf tests on Python2.7
Or as wrokaround for this issue can be fixed by pinning NetworkX version in the nailgun/
networkx>=1.8,<1.10
tags: | added: area-ci |
To post a comment you must log in.
In CI configuration we use virtual env with Python 2.7.
py26 env is enabled by run_tests.sh script and should be fixed there.