Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
nomad-lab
nomad-FAIR
Commits
f0c3e6df
Commit
f0c3e6df
authored
6 years ago
by
speckhard
Browse files
Options
Downloads
Patches
Plain Diff
Fix pytest version to 3.10.0 in requirements to avoid celery/pytest crash.
parent
4557cc82
No related branches found
No related tags found
1 merge request
!25
Parser integration
Pipeline
#41697
failed
6 years ago
Stage: build
Stage: test
Stage: release
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nomad/dependencies.py
+1
-1
1 addition, 1 deletion
nomad/dependencies.py
requirements-dev.txt
+1
-1
1 addition, 1 deletion
requirements-dev.txt
with
2 additions
and
2 deletions
nomad/dependencies.py
+
1
−
1
View file @
f0c3e6df
...
@@ -220,7 +220,7 @@ dependencies = [
...
@@ -220,7 +220,7 @@ dependencies = [
PythonGit
(
PythonGit
(
name
=
'
parsers/bigdft
'
,
name
=
'
parsers/bigdft
'
,
git_url
=
'
https://gitlab.mpcdf.mpg.de/nomad-lab/parser-big-dft
'
,
git_url
=
'
https://gitlab.mpcdf.mpg.de/nomad-lab/parser-big-dft
'
,
git_branch
=
'
nomad-fair
'
)
,
git_branch
=
'
nomad-fair
'
)
]
]
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
+
1
−
1
View file @
f0c3e6df
...
@@ -6,7 +6,7 @@ pylint_plugin_utils
...
@@ -6,7 +6,7 @@ pylint_plugin_utils
astroid==2.0.4 # bug in pylint_mongoengine with latest version
astroid==2.0.4 # bug in pylint_mongoengine with latest version
pylint_mongoengine
pylint_mongoengine
pycodestyle
pycodestyle
pytest
pytest
==3.10.0
pytest-timeout
pytest-timeout
pytest-cov
pytest-cov
rope
rope
...
...
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