From d6dbaf06c26ddb42a7072722c9d85a128e580007 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:43:09 +0000 Subject: [PATCH 1/4] Pin pytest to latest version 3.9.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..5d27055 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.9.3 pytest-xdist # for --boxed hypothesis numpy From 12bf27e8be0ef306005f7fc9a25cd037c086282a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:43:11 +0000 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.23.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 5d27055..2c32077 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.9.3 -pytest-xdist # for --boxed +pytest-xdist==1.23.2 # for --boxed hypothesis numpy From a17a3e68ebf472140fc5719eeaa9d3d06cd4f6bd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:43:12 +0000 Subject: [PATCH 3/4] Pin hypothesis to latest version 3.81.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 2c32077..bbe4ea3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.9.3 pytest-xdist==1.23.2 # for --boxed -hypothesis +hypothesis==3.81.0 numpy From 3d3f430f5aa57b145d20b26d5b9f0fbcaabc88a4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 29 Oct 2018 17:43:14 +0000 Subject: [PATCH 4/4] Pin numpy to latest version 1.15.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index bbe4ea3..21ead70 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.9.3 pytest-xdist==1.23.2 # for --boxed hypothesis==3.81.0 -numpy +numpy==1.15.3