Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
af6ebf6f
Commit
af6ebf6f
authored
1 month ago
by
Jithu Murugan
Browse files
Options
Downloads
Patches
Plain Diff
- Corrected the optional-dependencies name in .gitlab-ci.yml file which leads to the test failures.
parent
238e1db9
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
feat(spack_operation): implement setup_spack_env functionality
Pipeline
#59493
failed with stages
in 1 minute and 2 seconds
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
pyproject.toml
+1
-6
1 addition, 6 deletions
pyproject.toml
with
2 additions
and
7 deletions
.gitlab-ci.yml
+
1
−
1
View file @
af6ebf6f
...
...
@@ -30,7 +30,7 @@ testing-pytest-coverage:
script
:
-
chmod +x dedal/utils/bootstrap.sh
-
./dedal/utils/bootstrap.sh
-
pip install e .[test
s
]
-
pip install
-
e .[test]
-
coverage run -m pytest -s --tb=short tests && coverage html -i -d htmlcov
artifacts
:
when
:
always
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
6
View file @
af6ebf6f
...
...
@@ -23,10 +23,5 @@ dependencies = [
"dedal"
=
[
"dedal/logger/logging.conf"
]
[project.optional-dependencies]
test
=
[
"pytest"
,
"pytest-mock"
,
"pytest-ordering"
,
"coverage"
]
test
=
[
"pytest"
,
"pytest-mock"
,
"pytest-ordering"
,
"coverage"
]
dev
=
[
"mypy"
,
"pylint"
,
"black"
,
"flake8"
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
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