Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
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-advanced-user-tools
Commits
4c384e8e
Commit
4c384e8e
authored
5 months ago
by
Alexander Schlemmer
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev' into f-add-datatypes
parents
ef34db53
b71b7aa4
No related branches found
No related tags found
2 merge requests
!128
MNT: Added a warning when column metadata is not configured, and a better...
,
!115
add datatype, unit and description to properties that are part of Records
Pipeline
#56820
failed
5 months ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-9
2 additions, 9 deletions
.gitlab-ci.yml
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
with
4 additions
and
9 deletions
.gitlab-ci.yml
+
2
−
9
View file @
4c384e8e
...
...
@@ -165,15 +165,8 @@ unittest_py312:
unittest_py313
:
tags
:
[
docker
]
stage
:
unittest
image
:
python:3.13-rc
script
:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
-
apt update && apt install -y cargo ||
true
-
pip install meson[ninja] meson-python ||
true
-
pip install pynose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py ||
true
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev ||
true
-
pip install . ||
true
-
pytest --cov=caosadvancedtools unittests ||
true
image
:
python:3.13
script
:
*python_test_script
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
...
...
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
2
−
0
View file @
4c384e8e
...
...
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ###
*
Official support for Python 3.13
### Changed ###
### Deprecated ###
...
...
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