From 0a65080f79038d6a88ad723f5a375ac9d0362328 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 23 Feb 2019 01:04:56 +0100 Subject: [PATCH 1/2] DEP: add pytest-mock to environment.yml --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 47fe8e4c2a640..ce68dccca0c07 100644 --- a/environment.yml +++ b/environment.yml @@ -20,6 +20,7 @@ dependencies: - isort - moto - pytest>=4.0 + - pytest-mock - sphinx - numpydoc From aa5593dfd956a247030569da3099f2e372720ac0 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 23 Feb 2019 15:17:15 +0100 Subject: [PATCH 2/2] Recompile requirements.txt --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 76aaeefa648f4..22c01ebcef7f0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,7 @@ hypothesis>=3.82 isort moto pytest>=4.0 +pytest-mock sphinx numpydoc beautifulsoup4>=4.2.1