diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 13:26:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-01-25 13:26:35 +0000 |
commit | 4fee3e091a8d79a40f70ff9c1f87b29b9340049a (patch) | |
tree | 465ad9629a8ee56548bd6c51c3fc710907564911 /test-requirements.txt | |
parent | Releasing debian version 0.14.0-1. (diff) | |
download | gitlint-4fee3e091a8d79a40f70ff9c1f87b29b9340049a.tar.xz gitlint-4fee3e091a8d79a40f70ff9c1f87b29b9340049a.zip |
Merging upstream version 0.15.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | test-requirements.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 3afab45..10ca287 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,8 @@ -unittest2==1.1.0; python_version <= '2.7' -flake8==3.7.9 -coverage==4.5.3 +flake8==3.8.4 +coverage==5.3 python-coveralls==2.9.2 -radon==4.1.0 -mock==3.0.5 # mock 4.x no longer supports Python 2.7 -pytest==4.6.3; # pytest 5.x no longer supports Python 2.7 -pylint==1.9.4; python_version == '2.7' -pylint==2.3.1; python_version >= '3.4' +radon==4.3.2 +flake8-polyfill==1.0.2 # Required when installing both flake8 and radon>=4.3.1 +pytest==6.1.2; +pylint==2.6.0; -e . |