
These need to be squashed into a single commit in order to make the CI
pass. The skyline-functional-devstack is still made non-voting since
the fixes in [0] are also needed in order to make it work again after
the switch to Ubuntu 24.04.
Fix some pep8 and typing errors.
Bump aiosqlite version as per upper constraints:
aiosqlite is u-c with 0.20.0
- 8a8abf5abf/upper-constraints.txt (L156)
We need to bump it in requirements.txt also otherwise below requirements
conflict occur:
The conflict is caused by:
skyline-apiserver 5.1.0.dev2 depends on aiosqlite<=0.17.0
The user requested (constraint) aiosqlite===0.20.0
[0] https://review.opendev.org/c/openstack/skyline-console/+/939685
Change-Id: I2dababab7c79e7c37983c1702178419c88e014a5
23 lines
691 B
Plaintext
23 lines
691 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.
|
|
|
|
reno>=3.1.0 # Apache-2.0
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
isort<=5.9.3 # MIT
|
|
black<=22.3.0 # MIT
|
|
flake8<=6.0.0 # MIT
|
|
mypy>=0.910 # MIT
|
|
pytest>=6.2.5 # MIT
|
|
pytest-xdist>=2.4.0 # MIT
|
|
pytest-asyncio<=0.15.1 # Apache-2.0
|
|
pytest-cov>=2.12.1 # MIT
|
|
pytest-html>=3.1.1 # MPL 2.0
|
|
mimesis<=4.1.3 # MIT
|
|
asgi-lifespan<=1.0.1 # MIT
|
|
types-PyYAML>=5.4.10 # Apache-2.0
|
|
neutron-lib>=2.15.0 # Apache-2.0
|
|
lxml>=4.4.1 # BSD
|
|
types-python-dateutil>=2.8.2 # Apache-2.0
|