[ussuri] Fix tests with new pip resolver

Other linters need an older pycodestyle, lower the l-c req to match test
requirements

Drop psutil from functional requirements, it indicated an old version
and we have it in common requirements now

Change-Id: If997cc20699f5f36eea61d1851593768061856a2
This commit is contained in:
Bernard Cafarelli 2020-12-15 15:14:36 +01:00
parent ac2276c396
commit 0d00c4e17e
No known key found for this signature in database
GPG Key ID: 9531F08245465A52
2 changed files with 1 additions and 2 deletions

View File

@ -100,7 +100,7 @@ positional==1.2.1
prettytable==0.7.2
psutil==3.2.2
pycadf==1.1.0
pycodestyle==2.4.0
pycodestyle==2.0.0
pycparser==2.18
pyflakes==0.8.1
Pygments==2.2.0

View File

@ -5,5 +5,4 @@
# process, which may cause wedges in the gate later.
psycopg2
psutil>=1.1.1,<3.2.2
PyMySQL>=0.6.2 # MIT License