Fix zuul jobs broken due to pip upversion

Removed bugbear.
Updated test-requirements and requirements to satisfy tox.
Added .eggs to the .gitignore when developers run tox locally.
Added a bottom level .gitignore for .tox in case someone runs
tox at that level.

Partial-Bug: #1907678
Signed-off-by: albailey <Al.Bailey@windriver.com>
Change-Id: I7b0a1acde6f4ca5b613018b648eaf0c8dfb5a03b
This commit is contained in:
albailey 2021-01-07 11:43:48 -06:00
parent c725e2d4ae
commit d7db0771bd
5 changed files with 5 additions and 8 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.tox

View File

@ -11,6 +11,7 @@ doc/source/api/
# Packages/installer info
*.egg
*.egg-info
.eggs
dist
build
eggs

View File

@ -1,2 +1,2 @@
pbr>=2.0.0
PyYAML==3.10
PyYAML>=3.10

View File

@ -1,8 +1,6 @@
# 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<3.8.0
pycodestyle<2.6.0 # MIT License
hacking>=1.1.0,<=2.0.0 # Apache-2.0
coverage>=3.6
discover
@ -12,14 +10,12 @@ passlib>=1.7.0
psycopg2-binary
python-subunit>=0.0.18
requests-mock>=0.6.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
sphinx
oslosphinx
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testrepository>=0.0.18
testtools!=1.2.0,>=0.9.36
tempest-lib<0.5.0,>=0.4.0
ipaddr
pytest
pyudev
migrate

View File

@ -61,7 +61,6 @@ max-line-length=120
[testenv:flake8]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
flake8-bugbear
commands =
flake8 {posargs} .