6a9c3bab8f
The last stestr version to support Python 2.7 is 2.6.0. This has not caused problems until recently, when we started seeing the py27 job fail with the following error: run.py discover: error: no such option: --list This patch caps stestr to 2.6.0 when running with Python 2.7. It also adds test-requirements.txt to the devstack job's irrelevant-files to avoid wasting gate resources. Change-Id: Ic05622530acdeb87d40e183e3e988042468c11d9
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking>=1.1.0,<1.2.0 # Apache-2.0
|
|
oslotest
|
|
stestr<=2.6.0;python_version=='2.7' # MIT
|