Skip to content
Snippets Groups Projects
Commit af6ebf6f authored by Jithu Murugan's avatar Jithu Murugan
Browse files

- Corrected the optional-dependencies name in .gitlab-ci.yml file which leads to the test failures.

parent 238e1db9
No related branches found
No related tags found
1 merge request!4feat(spack_operation): implement setup_spack_env functionality
Pipeline #59493 failed with stages
in 1 minute and 2 seconds
......@@ -30,7 +30,7 @@ testing-pytest-coverage:
script:
- chmod +x dedal/utils/bootstrap.sh
- ./dedal/utils/bootstrap.sh
- pip install e .[tests]
- pip install -e .[test]
- coverage run -m pytest -s --tb=short tests && coverage html -i -d htmlcov
artifacts:
when: always
......
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment