ossa/test-requirements.txt
Jeremy Stanley 3cdffa08d1 Un-pin PyYAML
The newer default Python interpreter version on Ubuntu 22.04 LTS
doesn't support older PyYAML's use of stdlib collections. It was
pinned to a specific version when first added in 2014 by
I384971732166fbeb123d572d3ccbcde6bad39dfc with no reason given.

Change-Id: I9c18dbd542615f795f063fb6c665f6b6a475e498
2022-12-13 16:34:41 +00:00

6 lines
111 B
Plaintext

# needed for doc build
Jinja2>=2.7.3
PyYAML
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0