summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Corchero <mcorcherojim@bloomberg.net>2021-07-16 11:18:50 +0200
committerMario Corchero <mcorcherojim@bloomberg.net>2021-07-16 11:33:15 +0200
commit38bce7bf7332945aec5e4f03fc17486a198a7ae9 (patch)
treeaa1799e952aab3ca161f466c2573e09c51ff4680
parent6b035517571e63b6a63a493740c5506ec1e5da44 (diff)
downloaddateutil-git-38bce7bf7332945aec5e4f03fc17486a198a7ae9.tar.gz
ci: Pin virtualenv when running 3.4
The latest release of virtualenv broke the CI, given that we are offering limiting support for 3.4 and we plan to drop it in after the next release, pin the version in CI.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d657a3d..c860c41 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,7 +28,7 @@ install:
- "ci_tools/retry.bat %PYTHON% updatezinfo.py"
# This environment variable tells the test suite it's OK to mess with the time zone.
- set DATEUTIL_MAY_CHANGE_TZ=1
- - C:\Python36\python -m pip install -U tox
+ - C:\Python36\python -m pip install -U tox virtualenv==20.4.7
test_script:
- C:\Python36\scripts\tox