From 3a58b28308d138cb5d2b81ad541daba6768502a6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Sep 2018 18:36:07 +0100 Subject: [PATCH 1/4] Pin pytest to latest version 3.8.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..080ee70 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.0 pytest-xdist # for --boxed hypothesis numpy From ebc818608aee284e647231e20be77bdc7ee7ff93 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Sep 2018 18:36:09 +0100 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.23.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 080ee70..e7163fc 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.0 -pytest-xdist # for --boxed +pytest-xdist==1.23.0 # for --boxed hypothesis numpy From 603a168815243332430372b41a5833c5ba89ce2b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Sep 2018 18:36:10 +0100 Subject: [PATCH 3/4] Pin hypothesis to latest version 3.71.8 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index e7163fc..19e8ba4 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.0 pytest-xdist==1.23.0 # for --boxed -hypothesis +hypothesis==3.71.8 numpy From 6e301b9f044a6c15dcb1fd7579f05661f8805e13 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Sep 2018 18:36:12 +0100 Subject: [PATCH 4/4] Pin numpy to latest version 1.15.1 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 19e8ba4..13f0f78 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.8.0 pytest-xdist==1.23.0 # for --boxed hypothesis==3.71.8 -numpy +numpy==1.15.1