From 9bca437835da99783446c6d140ef15460fe4e1ab Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Mon, 7 Oct 2019 23:59:38 +0100 Subject: [PATCH 1/2] CI failing Linux py36_32bit --- ci/deps/azure-36-32bit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-36-32bit.yaml b/ci/deps/azure-36-32bit.yaml index 321cc203961d5..e2800955f2833 100644 --- a/ci/deps/azure-36-32bit.yaml +++ b/ci/deps/azure-36-32bit.yaml @@ -11,7 +11,7 @@ dependencies: - python=3.6.* - pytz=2017.2 # universal - - pytest>=4.0.2,<5.0.0 + - pytest - pytest-xdist - pytest-mock - pytest-azurepipelines From 44fb5a6945f0b738deccc64000958b870505f265 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 8 Oct 2019 00:18:47 +0100 Subject: [PATCH 2/2] add attrs pin --- ci/deps/azure-36-32bit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/deps/azure-36-32bit.yaml b/ci/deps/azure-36-32bit.yaml index e2800955f2833..1e2e6c33e8c15 100644 --- a/ci/deps/azure-36-32bit.yaml +++ b/ci/deps/azure-36-32bit.yaml @@ -3,6 +3,7 @@ channels: - defaults - conda-forge dependencies: + - attrs=19.1.0 - gcc_linux-32 - gcc_linux-32 - gxx_linux-32