From 40f51093dff152c2153a7cb770cafa48090f363a Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 1 Dec 2020 13:35:26 -0500 Subject: [PATCH] Pin appnope in CI (#5454) The appnope 0.1.1 release from this morning is the only package change between a working and failing CI job. This commit explicitly pins it in the constraints file (since we don't directly require it) to ensure we get a known working version to try and unblock CI. --- constraints.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/constraints.txt b/constraints.txt index 84616ff79848..e59514d442dd 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1 +1,2 @@ docplex==2.15.194 +appnope==0.1.0