diff options
| author | Anthony Sottile <asottile@umich.edu> | 2020-10-02 21:12:50 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2020-10-02 21:12:50 +0000 |
| commit | b5b4792f70f2560bd3f2106bc496e54acc5da9b2 (patch) | |
| tree | 6d783a0a177f5c49c1bbfe5ded7e3d5345c81c43 | |
| parent | d0a0cb46d22a4602f1f2e7f5d1d02a9739eea743 (diff) | |
| parent | d3c55c17633a0afaa87fc67c848785c443909698 (diff) | |
| download | flake8-b5b4792f70f2560bd3f2106bc496e54acc5da9b2.tar.gz | |
Merge branch 'py34_virtualenv_fix' into 'master'
limit the virtualenv version in python3.4
See merge request pycqa/flake8!456
| -rw-r--r-- | dev-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
