Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
a8703819
Unverified
Commit
a8703819
authored
4 years ago
by
Patrick Cloke
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix the Python 3.5 old-deps build. (#9146)
setuptools 51.0.0 dropped support for Python 3.5.
parent
de1f8de3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/9146.misc
+1
-0
1 addition, 0 deletions
changelog.d/9146.misc
tox.ini
+3
-0
3 additions, 0 deletions
tox.ini
with
4 additions
and
0 deletions
changelog.d/9146.misc
0 → 100644
+
1
−
0
View file @
a8703819
Fix the Python 3.5 + old dependencies build in CI.
This diff is collapsed.
Click to expand it.
tox.ini
+
3
−
0
View file @
a8703819
...
...
@@ -103,6 +103,9 @@ usedevelop=true
[testenv:py35-old]
skip_install
=
True
deps
=
# Ensure a version of setuptools that supports Python 3.5 is installed.
setuptools
<
51.0.0
# Old automat version for Twisted
Automat
=
= 0.3.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment