From fb644f9f81514983174782596e4071bbfe80e306 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 21:04:06 +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 5533e70da7c9e334ba7bbb38b3e2059806ecc548 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 21:04:08 +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 0c1af9845b2655b8a125160127cf112554ab8349 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 21:04:09 +0200 Subject: [PATCH 3/4] Pin hypothesis to latest version 4.23.4 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3c818d2..87f1f2e 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.4 numpy From 5f5e064a1137b4889541db83f10f5bb875c787f2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 May 2019 21:04:10 +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 87f1f2e..3655458 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.4 -numpy +numpy==1.16.3