tooz/test-requirements.txt
Elod Illes 13a6dffa32 [stable-only] Cap stestr for python 2
stestr dropped python 2 support with version 3.0.0 and tooz does not
use constraints from openstack/requirements, so test-requirements.txt
is updated to use stestr<3.0.0 in case of python 2.

Since tooz do not consume upper-constraints there is no need for
requirement check job either so it is removed, too.

Change-Id: I7a75be587efc2098e919f1ea34f9ffc357203dfb
2020-03-31 16:29:31 +02:00

14 lines
485 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.
mock>=2.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
coverage>=3.6 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
pifpaf>=0.10.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
stestr>=2.0.0,<3.0.0;python_version<'3.0'
stestr>=2.0.0;python_version>='3.0'