From 4ceb1f638a8a3e54288a7a38d2c3e157e09fb556 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Sun, 16 Aug 2020 20:20:16 +0100 Subject: [PATCH 1/4] Min Pytest Cov --- ci/deps/travis-37-cov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/travis-37-cov.yaml b/ci/deps/travis-37-cov.yaml index 3a0827a16f97a..edc11bdf4ab35 100644 --- a/ci/deps/travis-37-cov.yaml +++ b/ci/deps/travis-37-cov.yaml @@ -10,7 +10,7 @@ dependencies: - pytest>=5.0.1 - pytest-xdist>=1.21 - hypothesis>=3.58.0 - - pytest-cov # this is only needed in the coverage build + - pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737 # pandas dependencies - beautifulsoup4 From 3e66cc8ee5736567281c7f3221f26ed9a1a61929 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Sun, 16 Aug 2020 22:52:06 +0100 Subject: [PATCH 2/4] Restrict pytest xdist version --- ci/deps/azure-windows-37.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-windows-37.yaml b/ci/deps/azure-windows-37.yaml index 4d745454afcab..4cbcdf4884830 100644 --- a/ci/deps/azure-windows-37.yaml +++ b/ci/deps/azure-windows-37.yaml @@ -8,7 +8,7 @@ dependencies: # tools - cython>=0.29.16 - pytest>=5.0.1 - - pytest-xdist>=1.21 + - pytest-xdist>=1.21,<2.0.0 #GH 35737 - hypothesis>=3.58.0 - pytest-azurepipelines From b6eeaa0cbc4e4f42cd46abe27025f1ba6e3ecdcd Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Mon, 17 Aug 2020 00:18:40 +0100 Subject: [PATCH 3/4] Restrict pytest xdist version --- ci/deps/azure-windows-38.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-windows-38.yaml b/ci/deps/azure-windows-38.yaml index f428a6dadfaa2..18b3211b2574d 100644 --- a/ci/deps/azure-windows-38.yaml +++ b/ci/deps/azure-windows-38.yaml @@ -8,7 +8,7 @@ dependencies: # tools - cython>=0.29.16 - pytest>=5.0.1 - - pytest-xdist>=1.21 + - pytest-xdist>=1.21,<2.0.0 #GH 35737 - hypothesis>=3.58.0 - pytest-azurepipelines From 6c86b399df540b9cfe71e1bd677433ceb7f8abe8 Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Mon, 17 Aug 2020 08:23:53 +0100 Subject: [PATCH 4/4] Add whitespace --- ci/deps/azure-windows-37.yaml | 2 +- ci/deps/azure-windows-38.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deps/azure-windows-37.yaml b/ci/deps/azure-windows-37.yaml index 4cbcdf4884830..f4c238ab8b173 100644 --- a/ci/deps/azure-windows-37.yaml +++ b/ci/deps/azure-windows-37.yaml @@ -8,7 +8,7 @@ dependencies: # tools - cython>=0.29.16 - pytest>=5.0.1 - - pytest-xdist>=1.21,<2.0.0 #GH 35737 + - pytest-xdist>=1.21,<2.0.0 # GH 35737 - hypothesis>=3.58.0 - pytest-azurepipelines diff --git a/ci/deps/azure-windows-38.yaml b/ci/deps/azure-windows-38.yaml index 18b3211b2574d..1f383164b5328 100644 --- a/ci/deps/azure-windows-38.yaml +++ b/ci/deps/azure-windows-38.yaml @@ -8,7 +8,7 @@ dependencies: # tools - cython>=0.29.16 - pytest>=5.0.1 - - pytest-xdist>=1.21,<2.0.0 #GH 35737 + - pytest-xdist>=1.21,<2.0.0 # GH 35737 - hypothesis>=3.58.0 - pytest-azurepipelines