summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-19 14:52:46 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-11-19 14:52:46 +0000
commita2aa51f5702b18016c25d943499941323952704d (patch)
tree7ee43f79639ee53903e7ca389e548974e1497c3a /test-requirements.txt
parentAdding upstream version 0.17.0. (diff)
downloadgitlint-a2aa51f5702b18016c25d943499941323952704d.tar.xz
gitlint-a2aa51f5702b18016c25d943499941323952704d.zip
Adding upstream version 0.18.0.upstream/0.18.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt12
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