Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
fdf83469
Commit
fdf83469
authored
4 years ago
by
Patrick Cloke
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/develop' into jaywink/admin-forward-extremities
parents
fe18882b
a71be9d6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.buildkite/scripts/test_old_deps.sh
+3
-0
3 additions, 0 deletions
.buildkite/scripts/test_old_deps.sh
changelog.d/9217.misc
+1
-0
1 addition, 0 deletions
changelog.d/9217.misc
tox.ini
+7
-8
7 additions, 8 deletions
tox.ini
with
11 additions
and
8 deletions
.buildkite/scripts/test_old_deps.sh
+
3
−
0
View file @
fdf83469
...
@@ -10,4 +10,7 @@ apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev x
...
@@ -10,4 +10,7 @@ apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev x
export
LANG
=
"C.UTF-8"
export
LANG
=
"C.UTF-8"
# Prevent virtualenv from auto-updating pip to an incompatible version
export
VIRTUALENV_NO_DOWNLOAD
=
1
exec
tox
-e
py35-old,combine
exec
tox
-e
py35-old,combine
This diff is collapsed.
Click to expand it.
changelog.d/9217.misc
0 → 100644
+
1
−
0
View file @
fdf83469
Fix the Python 3.5 old dependencies build.
This diff is collapsed.
Click to expand it.
tox.ini
+
7
−
8
View file @
fdf83469
...
@@ -18,11 +18,13 @@ deps =
...
@@ -18,11 +18,13 @@ deps =
# installed on that).
# installed on that).
#
#
# anyway, make sure that we have a recent enough setuptools.
# anyway, make sure that we have a recent enough setuptools.
setuptools>=18.5
setuptools>=18.5
; python_version >= '3.6'
setuptools>=18.5,<51.0.0
; python_version < '3.6'
# we also need a semi-recent version of pip, because old ones fail to
# we also need a semi-recent version of pip, because old ones fail to
# install the "enum34" dependency of cryptography.
# install the "enum34" dependency of cryptography.
pip>=10
pip>=10
; python_version >= '3.6'
pip>=10,<21.0
; python_version < '3.6'
# directories/files we run the linters on.
# directories/files we run the linters on.
# if you update this list, make sure to do the same in scripts-dev/lint.sh
# if you update this list, make sure to do the same in scripts-dev/lint.sh
...
@@ -104,15 +106,10 @@ usedevelop=true
...
@@ -104,15 +106,10 @@ usedevelop=true
[testenv:py35-old]
[testenv:py35-old]
skip_install
=
True
skip_install
=
True
deps
=
deps
=
# Ensure a version of setuptools that supports Python 3.5 is installed.
setuptools
<
51.0.0
# Old automat version for Twisted
# Old automat version for Twisted
Automat
=
= 0.3.0
Automat
=
= 0.3.0
lxml
lxml
coverage
{
[base]
deps}
coverage-enable-subprocess
=
=1.0
commands
=
commands
=
# Make all greater-thans equals so we test the oldest version of our direct
# Make all greater-thans equals so we test the oldest version of our direct
...
@@ -169,6 +166,8 @@ commands = {toxinidir}/scripts-dev/generate_sample_config --check
...
@@ -169,6 +166,8 @@ commands = {toxinidir}/scripts-dev/generate_sample_config --check
skip_install
=
True
skip_install
=
True
deps
=
deps
=
coverage
coverage
pip>=10
; python_version >= '3.6'
pip>=10,<21.0
; python_version < '3.6'
commands
=
commands
=
coverage
combine
coverage
combine
coverage
report
coverage
report
...
...
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