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
2e4633b7
Verified
Commit
2e4633b7
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: add jsonschema to normal requirements
parent
ef20faae
No related branches found
No related tags found
1 merge request
!31
Draft: F json schema
Pipeline
#20587
failed
3 years ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.docker/Dockerfile
+1
-1
1 addition, 1 deletion
.docker/Dockerfile
setup.py
+1
-1
1 addition, 1 deletion
setup.py
tox.ini
+0
-1
0 additions, 1 deletion
tox.ini
with
2 additions
and
3 deletions
.docker/Dockerfile
+
1
−
1
View file @
2e4633b7
...
...
@@ -29,6 +29,6 @@ RUN pip3 install recommonmark sphinx-rtd-theme
COPY
. /git
RUN
rm
-r
/git/.git
\
&&
mv
/git/.docker/pycaosdb.ini /git/integrationtests
RUN
cd
/git
&&
pip3
install
.[h5-crawler
,data-model-schema
]
RUN
cd
/git
&&
pip3
install
.[h5-crawler]
WORKDIR
/git/integrationtests
CMD
/wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
2e4633b7
...
...
@@ -159,9 +159,9 @@ def setup_package():
"
openpyxl>=3.0.0
"
,
"
pandas>=1.2.0
"
,
"
xlrd>=2.0
"
,
"
jsonschema>=4.4.0
"
,
],
extras_require
=
{
"
h5-crawler
"
:
[
"
h5py>=3.3.0
"
,
],
"
data-model-schema
"
:
[
"
jsonschema>=4.4.0
"
]
},
packages
=
find_packages
(
'
src
'
),
package_dir
=
{
''
:
'
src
'
},
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
0
−
1
View file @
2e4633b7
...
...
@@ -9,5 +9,4 @@ deps=pandas
openpyxl
xlrd
=
= 1.2
h5py
jsonschema
commands
=
py.test --cov=caosadvancedtools -vv {posargs}
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