From 4fee3e091a8d79a40f70ff9c1f87b29b9340049a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Jan 2021 14:26:11 +0100 Subject: Merging upstream version 0.15.0. Signed-off-by: Daniel Baumann --- test-requirements.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'test-requirements.txt') 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 . -- cgit v1.2.3