From 92d19a1a2220234e0031c41879a22bce3759cdb6 Mon Sep 17 00:00:00 2001 From: Kim-Adeline Miguel Date: Wed, 17 Jun 2020 14:40:42 -0700 Subject: [PATCH] Pin py to 1.8.1 (Windows test failures) --- build/test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/test-requirements.txt b/build/test-requirements.txt index e2248888e5d1..0489ac5c5c67 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -11,6 +11,7 @@ prospector pydocstyle nose pytest==4.6.9 # Last version of pytest with Python 2.7 support +py==1.8.1 rope flask django