From 56c5db6e12714cec27c1c480eb078c795d3a7389 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Sun, 24 Jan 2016 12:30:38 +0100 Subject: [PATCH] add requests dependency to tox.ini to ensure all monkeypatch tests run --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 90468dbcf..64d84b2f3 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,7 @@ passenv = USER USERNAME deps= nose mock + requests [testenv:py26] commands= py.test --lsof -rfsxX {posargs:testing}