From d3c55c17633a0afaa87fc67c848785c443909698 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 2 Oct 2020 14:02:36 -0700 Subject: [PATCH] limit the virtualenv version in python3.4 --- dev-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 053148f..3ab2397 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1 +1,3 @@ +# https://github.com/pypa/virtualenv/issues/1963 +virtualenv!=20.0.32;python_version=="3.4" tox