From 46cca30a0dcd9e7c895915c6b0af99589ce3a8a9 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Oct 2018 18:36:12 +0100 Subject: [PATCH 1/3] Pin pytest to latest version 3.8.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 4451d4f..255c5b4 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.2 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis numpy From 7b68637ad622f31c5a41b2c65559e9baf1db3c40 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Oct 2018 18:36:13 +0100 Subject: [PATCH 2/3] Pin hypothesis to latest version 3.74.3 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 255c5b4..37cbc04 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.2 # pytest-xdist # for --boxed # dropping this because of compat req with six... -hypothesis +hypothesis==3.74.3 numpy From 3d85eab72a27cafc13bf954430cbdc57bca95269 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 8 Oct 2018 18:36:15 +0100 Subject: [PATCH 3/3] Pin numpy to latest version 1.15.2 --- requirements/tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index 37cbc04..b08cdd3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -2,4 +2,4 @@ pytest==3.8.2 # pytest-xdist # for --boxed # dropping this because of compat req with six... hypothesis==3.74.3 -numpy +numpy==1.15.2