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
906065c7
Commit
906065c7
authored
3 years ago
by
Richard van der Hoff
Browse files
Options
Downloads
Patches
Plain Diff
unpin olddeps build from py36
parent
5edd91ca
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.buildkite/scripts/test_old_deps.sh
+3
-3
3 additions, 3 deletions
.buildkite/scripts/test_old_deps.sh
tox.ini
+2
-2
2 additions, 2 deletions
tox.ini
with
5 additions
and
5 deletions
.buildkite/scripts/test_old_deps.sh
+
3
−
3
View file @
906065c7
#!/usr/bin/env bash
# this script is run by buildkite in a plain `xenial` container; it installs the
# minimal requirements for tox and hands over to the py3
5
-old tox environment.
# minimal requirements for tox and hands over to the py3-old tox environment.
set
-ex
apt-get update
apt-get
install
-y
python3
.5
python3
.5
-dev python3-pip libxml2-dev libxslt-dev xmlsec1 zlib1g-dev tox
apt-get
install
-y
python3 python3-dev python3-pip libxml2-dev libxslt-dev xmlsec1 zlib1g-dev tox
export
LANG
=
"C.UTF-8"
# Prevent virtualenv from auto-updating pip to an incompatible version
export
VIRTUALENV_NO_DOWNLOAD
=
1
exec
tox
-e
py3
5
-old,combine
exec
tox
-e
py3-old,combine
This diff is collapsed.
Click to expand it.
tox.ini
+
2
−
2
View file @
906065c7
...
...
@@ -74,7 +74,7 @@ commands =
# we use "env" rather than putting a value in `setenv` so that it is not
# inherited by other tox environments.
#
# keep this in sync with the copy in `testenv:py3
5
-old`.
# keep this in sync with the copy in `testenv:py3-old`.
#
/usr/bin/env
COVERAGE_PROCESS_START
=
{toxinidir}/.coveragerc "{envbindir}/trial" {env:TRIAL_FLAGS:} {posargs:tests} {env:TOXSUFFIX:}
...
...
@@ -103,7 +103,7 @@ usedevelop=true
# A test suite for the oldest supported versions of Python libraries, to catch
# any uses of APIs not available in them.
[testenv:py3
5
-old]
[testenv:py3-old]
skip_install
=
true
usedevelop
=
false
deps
=
...
...
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