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
47c0182e
Verified
Commit
47c0182e
authored
7 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Unit tests for Python 3.13
parent
85c2dff9
No related branches found
No related tags found
2 merge requests
!198
REL: Release 0.10.0
,
!186
Python 3.13
Pipeline
#56304
passed
6 months ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-15
2 additions, 15 deletions
.gitlab-ci.yml
with
2 additions
and
15 deletions
.gitlab-ci.yml
+
2
−
15
View file @
47c0182e
...
@@ -155,23 +155,10 @@ unittest_py3.12:
...
@@ -155,23 +155,10 @@ unittest_py3.12:
script
:
*python_test_script
script
:
*python_test_script
unittest_py3.13
:
unittest_py3.13
:
allow_failure
:
true
tags
:
[
cached-dind
]
tags
:
[
cached-dind
]
stage
:
test
stage
:
test
image
:
python:3.13-rc
image
:
python:3.13
script
:
script
:
*python_test_script
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
# TODO Remove the "!" after 3.13 release, which serves as an xfail
-
apt update && apt install -y cargo
# install dependencies
-
pip install pytest pytest-cov
# TODO: Use f-branch logic here
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
-
(! pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev)
-
(! pip install .[h5-crawler,spss])
# actual test
-
(! caosdb-crawler --help)
-
(! pytest --cov=caosdb -vv ./unittests)
inttest
:
inttest
:
tags
:
[
docker
]
tags
:
[
docker
]
...
...
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