Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
caosdb
Software
CaosDB Crawler
Commits
4cbf0455
Commit
4cbf0455
authored
2 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
TST: Add Python 3.11 to tox and pipeline
parent
2c9531e9
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!91
Release 0.3
,
!81
WIP: lots of changes
Pipeline
#32066
passed
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-0
6 additions, 0 deletions
.gitlab-ci.yml
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
6
−
0
View file @
4cbf0455
...
@@ -141,6 +141,12 @@ unittest_py3.10:
...
@@ -141,6 +141,12 @@ unittest_py3.10:
image
:
python:3.10
image
:
python:3.10
script
:
*python_test_script
script
:
*python_test_script
unittest_py3.11
:
tags
:
[
cached-dind
]
stage
:
test
image
:
python:3.11
script
:
*python_test_script
inttest
:
inttest
:
tags
:
[
docker
]
tags
:
[
docker
]
services
:
services
:
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
4cbf0455
[tox]
[tox]
envlist
=
py38, py39, py310
envlist
=
py38, py39, py310
, py311
skip_missing_interpreters
=
true
skip_missing_interpreters
=
true
[testenv]
[testenv]
...
...
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