From 1c766206a171fd1dab277e156b2ee69c7f1bfc24 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Wed, 13 Sep 2017 09:10:54 +0100 Subject: [PATCH] Remove moto dependency. We are no longer using moto for testing. --- requirements_for_test.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index 509a0fa53..02af5606a 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -5,7 +5,6 @@ pytest-mock==1.6.2 pytest-cov==2.5.1 pytest-xdist==1.20.0 coveralls==1.2.0 -moto==1.1.5 freezegun==0.3.9 requests-mock==1.3.0 # optional requirements for jsonschema