python-scciclient/test-requirements.txt
Thomas Bechtold 9debe94866 Bring tests to current openstack release
Switch from oslosphinx to openstackdocstheme
That's what the OpenStack community is using today. Also with newer
Sphinx versions, the current approach does no longer build.

Re-add docs and requirements tests.

Switch to xena standard jobs.

Conflicts:
     doc/requirements.txt
     requirements.txt
     scciclient/tests/irmc/test_elcm.py
     scciclient/tests/irmc/test_ipmi.py
     scciclient/tests/irmc/test_scci.py
     scciclient/tests/irmc/test_snmp.py
     scciclient/tests/irmc/viom/test_client.py
     scciclient/tests/irmc/viom/test_elcm.py
     test-requirements.txt

Change-Id: I3f93a400bb83f4a91bd77ebe69f609949cd43ca7
(cherry picked from commit 21a184bff2)
(cherry picked from commit f6fc6cf1a6)
(cherry picked from commit c06de62f36)
2022-08-10 21:26:40 +09:00

13 lines
473 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.
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0,!=2.3.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
requests-mock>=1.2.0 # Apache-2.0