From bd0573bfca12a6b399ffb5842f4d9a5d05433caa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Aug 2018 18:32:07 +0100 Subject: [PATCH 1/4] Pin pytest to latest version 3.7.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 3ecc996..3c0ada5 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.7.3 pytest-xdist # for --boxed hypothesis numpy From 1580f9deb0362cec06110407ec3d6b11317a9ce4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Aug 2018 18:32: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 3c0ada5..113060b 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.7.3 -pytest-xdist # for --boxed +pytest-xdist==1.23.0 # for --boxed hypothesis numpy From 11400ec67e71a3fd9f84fb894e6f45da577c52fa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Aug 2018 18:32:11 +0100 Subject: [PATCH 3/4] Pin hypothesis to latest version 3.69.5 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 113060b..64d7e38 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,5 +1,5 @@ # latest version to validate behavior on pure python env pytest==3.7.3 pytest-xdist==1.23.0 # for --boxed -hypothesis +hypothesis==3.69.5 numpy From e601b5d2be371d769f858f49098a91b54608ccdd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Aug 2018 18:32: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 64d7e38..ee4de92 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.7.3 pytest-xdist==1.23.0 # for --boxed hypothesis==3.69.5 -numpy +numpy==1.15.1