Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 3ab8e9c

Browse files
authored
Fix py35-old CI by using native tox. (#7018)
I'm not really sure how this was going wrong, but this seems like the right approach anyway.
1 parent 174aaa1 commit 3ab8e9c

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.buildkite/scripts/test_old_deps.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
set -ex
77

88
apt-get update
9-
apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev
10-
11-
# workaround for https://github.com/jaraco/zipp/issues/40
12-
python3.5 -m pip install 'setuptools>=34.4.0'
13-
14-
python3.5 -m pip install tox
9+
apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev tox
1510

1611
export LANG="C.UTF-8"
1712

changelog.d/7018.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix py35-old CI by using native tox package.

0 commit comments

Comments
 (0)