summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2018-03-29 18:10:23 -0700
committerClark Boylan <clark.boylan@gmail.com>2018-03-29 18:10:23 -0700
commite0eea30dbf2549926461210da8153cb935573e72 (patch)
treec225fd9e101461055159c7f7ed12385bd1139bb3 /test-requirements.txt
parent624d2e5472afced0957e406af7a40483f3ca4927 (diff)
downloadzuul-e0eea30dbf2549926461210da8153cb935573e72.tar.gz
Cleanup use of mock package in for python2
Mock is part of unittest in python3 and now that zuul is a python3 only application we can cleanup the package dependency on mock and the fallback imports that were done to support python2. Change-Id: I55a9831b96bdc384ff04723b16c8af42084af03c
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 70305a29e..cb0cac959 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,7 +10,6 @@ testtools>=0.9.32
sphinxcontrib-programoutput
sphinx-autodoc-typehints
reno>=2.5.0 # Apache-2.0
-mock
PyMySQL
mypy
zuul-sphinx