summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorSantos Gallegos <santos_g@outlook.com>2019-07-26 21:14:32 -0500
committerSebastian Thiel <byronimo@gmail.com>2019-07-29 08:17:42 +0800
commit80204335d827eb9ed4861e16634822bf9aa60912 (patch)
treef06c6ec606cc7338a7a9257bf673a2cc885d0d93 /test-requirements.txt
parent859ad046aecc077b9118f0a1c2896e3f9237cd75 (diff)
downloadgitpython-80204335d827eb9ed4861e16634822bf9aa60912.tar.gz
Remove python 2 from CI
Python 2 support was dropped, there is not need to run tests in py2
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ec0e4c56..ec2912ba 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,4 +3,3 @@ coverage
flake8
nose
tox
-mock; python_version=='2.7'