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
2640ac0e
Commit
2640ac0e
authored
1 year ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
TST: Add jsonref test dependency
parent
8be1d1e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!73
MAINT: change wording of TableImporter argument and allow converters and...
,
!72
Extend json-schema model parser
Pipeline
#36028
failed
1 year 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
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tox.ini
+1
-0
1 addition, 0 deletions
tox.ini
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
2640ac0e
...
@@ -139,7 +139,7 @@ unittest_py37:
...
@@ -139,7 +139,7 @@ unittest_py37:
stage
:
unittest
stage
:
unittest
image
:
python:3.7
image
:
python:3.7
script
:
&python_test_script
script
:
&python_test_script
-
pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
-
pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
jsonref
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
-
pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
-
pip install .
-
pip install .
-
pytest --cov=caosadvancedtools unittests
-
pytest --cov=caosadvancedtools unittests
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
0
View file @
2640ac0e
...
@@ -12,6 +12,7 @@ deps=nose
...
@@ -12,6 +12,7 @@ deps=nose
openpyxl
>=
3.0.7
openpyxl
>=
3.0.7
xlrd
=
= 1.2
xlrd
=
= 1.2
h5py
h5py
jsonref
commands
=
py.test --cov=caosadvancedtools -vv {posargs}
commands
=
py.test --cov=caosadvancedtools -vv {posargs}
[flake8]
[flake8]
...
...
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