gerritlib/test-requirements.txt
Clark Boylan cdf19298e3 Fix CI setup
We need to assign nodesets that can run the requested python versions
when running tox-pyXY jobs. Also remove the Sphinx version cap as old
sphinx cannot install with modern setuptools. We don't run CI that
includes sphinx so this should be fine.

If this breaks docs builds we can sort that out later.

Change-Id: I577d67912fe6feb68ae50ff34c2622f9461dd122
2021-10-11 09:20:19 -07:00

5 lines
85 B
Plaintext

sphinx
python-subunit
stestr<3.0.0;python_version<'3.5'
stestr;python_version>='3.5'