summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-11-15 19:09:12 +0100
committerGitHub <noreply@github.com>2020-11-15 19:09:12 +0100
commitd8b628e8784aee6c977f41812d2cb6abf9902665 (patch)
tree7bb1b135b74a57e25fa50eac23ed138b75560d2e /setup.py
parentfd5cd073cd36b1da7645e4c1cf3d2a7e3ddc664a (diff)
downloadcherrypy-git-d8b628e8784aee6c977f41812d2cb6abf9902665.tar.gz
setup..py: Remove backports.unittest_mock
Line 112, `python_requires='>=3.5',` means that this backport is no longer required.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2731640e..07b71894 100644
--- a/setup.py
+++ b/setup.py
@@ -93,7 +93,6 @@ params = dict(
'pytest>=5.3.5,<6.1.0',
'pytest-cov',
'pytest-sugar',
- 'backports.unittest_mock',
'path.py',
'requests_toolbelt',
'pytest-services>=2',