From 72eae0a4d3bf7b65812c09cc2774c9d61fac7b73 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 8 Jun 2017 00:45:17 +0200 Subject: [PATCH] More dev packages --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 8301baa..a51f1c7 100644 --- a/Makefile +++ b/Makefile @@ -55,6 +55,7 @@ install-test: install-servers set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \ pip install -U --force-reinstall \ git+https://github.com/DRMacIver/hypothesis \ + git+https://github.com/kennethreitz/requests \ git+https://github.com/pytest-dev/pytest; \ fi [ -z "$(TEST_EXTRA_PACKAGES)" ] || pip install $(TEST_EXTRA_PACKAGES)