dd49e36bab
Make the code compatible with hacking rules: * import order problems * line break before/after binary operator (for this added ignore for W504, line break after binary operator * indentation problems I removed the rule N530 (Direct neutron imports not allowed), as that is a longer story. Fix mysql syntax in tools/test-setup.sh Fix constraints files for testing on focal Change-Id: Iacb12d5add773404468e2b755cf95c4e6e54ec99 Depends-On: https://review.opendev.org/#/c/708965/ Depends-On: https://review.opendev.org/752416
10 lines
375 B
Plaintext
10 lines
375 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.
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
reno>=3.1.0 # Apache-2.0
|
|
|
|
sphinxcontrib-blockdiag>=1.5.4 # BSD
|
|
sphinxcontrib-seqdiag>=0.8.4 # BSD
|