From 5e280dff58ae553bba05a7b1e279ce5bd863ad7c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Sep 2018 18:34:09 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 3.8.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..1f54870 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env -pytest +pytest==3.8.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From acbf0acc3cb9b20b17386acd8ec156199c9562ea Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Sep 2018 18:34:11 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.73.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 1f54870..f27aa7c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.8.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.73.0 numpy From 5e999cf01149403a8cbd6b1d400be3147fe25fee Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 24 Sep 2018 18:34:12 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index f27aa7c..548a14c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.8.1 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.73.0 -numpy +numpy==1.15.2