base-jobs/test-requirements.txt
Jeremy Stanley 00a7562d3e Pin Pillow<10 for blockdiag incompatibility
This is essentially the same stop-gap zuul/zuul-jobs put in place
with I93b9634f7d2813cb1a17aeda2d8ef2ec188f86f3 for now, since it's
generating the same diagrams.

Change-Id: I682ffe9e89ed83b09405940d5cc9bdc66643e131
2023-08-11 15:15:33 +00:00

25 lines
1.0 KiB
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.
flake8
zuul
# We need to pin the ansible version directly here; per the
# deprecation policy it should trail the version used by Zuul by 4
# weeks to give people time to update before these roles start
# depending on new features. Also note we can't just include zuul
# here to pull in ansible anyway; pip doesn't actually have a
# dependency solver and the uncapped ansible requirement from
# ansible-lint pull in the latest version.
ansible>=2.9,<2.10 # <-- keep it as old as possible
# We need to pin ansible-lint to before 4.0 which blows up all over the place
ansible-lint>=5.0.0,<6
bashate>=0.2
zuul-sphinx>=0.1.1
stestr>=1.0.0 # Apache-2.0
sphinxcontrib-blockdiag>=1.1.0
sphinxcontrib-seqdiag
# Latest blockdiag (3.0.0) relies on functions deprecated in Pillow 10.x
# https://github.com/blockdiag/blockdiag/pull/171
Pillow<10