From 917c4f4413bc90601d1c222a846e7eac8f259702 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:06:09 +0200 Subject: [PATCH 1/4] Pin pytest to latest version 4.5.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..403a6da 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env -pytest +pytest==4.5.0 pytest-xdist # for --boxed hypothesis numpy From 71bab85455bb862b3864e6cb6aadd471c379918f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:06:11 +0200 Subject: [PATCH 2/4] Pin pytest-xdist to latest version 1.28.0 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 403a6da..3c818d2 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.5.0 -pytest-xdist # for --boxed +pytest-xdist==1.28.0 # for --boxed hypothesis numpy From 1af0e8aaebb03723c69c4557fd8d2cda3afe8e8a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:06:12 +0200 Subject: [PATCH 3/4] Pin hypothesis to latest version 4.23.6 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3c818d2..2869b67 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==4.5.0 pytest-xdist==1.28.0 # for --boxed -hypothesis +hypothesis==4.23.6 numpy From 2e6b3cfb119c55d39e6ec9371b588ff88cc999a3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 20 May 2019 21:06:14 +0200 Subject: [PATCH 4/4] Pin numpy to latest version 1.16.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 2869b67..6765181 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==4.5.0 pytest-xdist==1.28.0 # for --boxed hypothesis==4.23.6 -numpy +numpy==1.16.3