From 6366a75d7fb608d43c6315d94bd18dcebab0c491 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Sep 2018 18:33:08 +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 b49ef6688413afafdb744f31b094e06178c0b16e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Sep 2018 18:33:10 +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 a1c1d8c595c0bca2c037714fad1e2df134eee2b9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Sep 2018 18:33:11 +0100 Subject: [PATCH 3/4] Pin hypothesis to latest version 3.71.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index e7163fc..a650fa3 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.3 numpy From b231a589fe2b7dd34bfe2778685fbe59408cc687 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 10 Sep 2018 18:33:13 +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 a650fa3..a8a71c4 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.3 -numpy +numpy==1.15.1