From f66fca1b30841f031854109a41e04dcb3c12e8ba Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Aug 2018 18:29:08 +0100 Subject: [PATCH 1/4] Pin pytest to latest version 3.7.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..3a8b008 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.7.2 pytest-xdist # for --boxed hypothesis numpy From d26288504cbc1f1380b992fedd06dfeb2c9f5a48 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Aug 2018 18:29:09 +0100 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.22.5 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3a8b008..9109ff2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.7.2 -pytest-xdist # for --boxed +pytest-xdist==1.22.5 # for --boxed hypothesis numpy From 95998e134bfbccb4b07104fd632b0be99bb39c5c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Aug 2018 18:29:11 +0100 Subject: [PATCH 3/4] Pin hypothesis to latest version 3.69.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 9109ff2..3915043 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.7.2 pytest-xdist==1.22.5 # for --boxed -hypothesis +hypothesis==3.69.0 numpy From 3afce1c58e2f42a515f17954465417b390066e08 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 Aug 2018 18:29:13 +0100 Subject: [PATCH 4/4] Pin numpy to latest version 1.15.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3915043..c6d73e1 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.7.2 pytest-xdist==1.22.5 # for --boxed hypothesis==3.69.0 -numpy +numpy==1.15.0