fix CI tests

Change-Id: Ie791c2bb0e7b3784913f45768d2f3db4c66ccae5
This commit is contained in:
Guillaume DeMengin 2022-11-26 19:21:23 +01:00
parent d1e4696495
commit 6253042ee1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,6 @@ build-essential [platform:dpkg]
gcc [platform:rpm]
pypy [test]
pypy-dev [test]
python-dev [platform:dpkg]
python-devel [platform:rpm]
python3-dev [platform:dpkg]
python3-devel [platform:fedora]

View File

@ -5,7 +5,8 @@ mock
unittest2
python-subunit
requests-mock>=1.4.0
requests-kerberos
requests-kerberos<=0.12.0;python_version<'3.6'
requests-kerberos;python_version>='3.6'
sphinx>=1.6.0,<2.0.0;python_version=='2.7' # BSD
sphinx>=1.6.0;python_version>='3.4' # BSD
stestr>=2.0.0,!=3.0.0