Commit Graph

9 Commits

Author SHA1 Message Date
Boxiang Zhu
8d85cacab8 Update requirements and test-requirements
To match the upper constraints, update some versions in
requirements and test-requirements

Change-Id: I6d89c56d6e98cfb0927928af195a04867d426a82
2023-03-27 13:12:25 +08:00
yangshaoxue
f5345ad824 fix: Fix test requirement
Modified from pytest-cov<=2.12.1 to pytest-cov>=2.12.1

Change-Id: I8b30b3edb217561fe751a8ed2b3e4ce53f9ceee9
2022-12-14 09:02:18 +00:00
Boxiang Zhu
95e1c13f74 fix: Fix the devstack for python3.8 and version in requirements
When the os is ubuntu, then we only need to make
sure that python exists.
Update the version in requirements.

Change-Id: I100fce84d94f2af5f07d68c5675a02ae05403110
2022-11-22 13:41:58 +08:00
Boxiang Zhu
7f0bd27797 fix: Update the package version
Update the package version in test-requirements.txt

Change-Id: If18981f8b31c1177ba33e5163417f4a65a6c0510
2022-08-18 13:44:30 +08:00
yangshaoxue
f6cf14786b fix: Fix requirements conflict
Fix requirements conflict

Change-Id: I4c9e0fded336fe54533fcfd5356ee12448a43692
2022-08-05 19:01:25 +08:00
Boxiang Zhu
88ef320dc6 feat: Support mypy check
1. support mypy check, tox -e mypy or tox -e pep8
2. fix error of mypy check

Change-Id: I41b0013d271f3c7d3a28e1ea6dd0b083893d8983
2022-07-28 16:09:31 +08:00
zhu.boxiang
08c6265d1e feat: Support system scope for policy list and check
1. support system scope for policy list and check
2. add target for check policy api
3. update version of requirements and test-requirements

Change-Id: If251d26bdb522b03a8fb94ae0034d8ca44be5b61
2022-07-18 14:47:12 +08:00
zhu.boxiang
193f2ed6c7 refactor: Use pbr to get package version
1. use pbr to get package version
2. update the dependencies' version

Change-Id: If221a54a2eecbca76c212838fddef272bfd48484
2022-05-30 14:42:53 +08:00
zhu.boxiang
1a050ec2c4 chore: Remove poetry
1. remove poetry dependency
2. add requirements.tx, test-requirements.txt, setup.py and setup.cfg
3. add more env into tox.ini
4. remove some command from Makefile
5. cleanup the dependencies
6. change some commands of README
7. update the devstack

Depends-On: https://review.opendev.org/c/openstack/skyline-console/+/843257

Change-Id: I4cefc4cfdaadf7b3ba03ffe8441e9ae760772349
2022-05-25 22:26:42 +08:00