diff options
Diffstat (limited to '')
-rw-r--r-- | test-requirements.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index ef3c711..149c36a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,10 @@ -flake8==4.0.1 -coverage==6.1.2 +black==22.8.0 +coverage==6.2; python_version == '3.6' +coverage==6.4.4; python_version != '3.6' python-coveralls==2.9.3 radon==5.1.0 -flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1 -pytest==6.2.5; -pylint==2.12.1; +pytest==7.0.1 +pylint==2.13.7; python_version == '3.6' +pylint==2.15.3; python_version != '3.6' +pdbr==0.6.6; sys_platform != "win32" -r requirements.txt |