Remove commented gitlab-code-quality dep and use in CI
This commit is contained in:
parent
e5acda7cc7
commit
dcc73c248a
2 changed files with 0 additions and 2 deletions
|
|
@ -118,7 +118,6 @@ pytest:
|
||||||
script:
|
script:
|
||||||
- pytest
|
- pytest
|
||||||
- mv .coverage .coverage.main
|
- mv .coverage .coverage.main
|
||||||
# --gitlab-code-quality-report=pytest-warnings.json # can restore when it installs ok
|
|
||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,6 @@ dependencies = [
|
||||||
dev = [
|
dev = [
|
||||||
"ruff~=0.15.1",
|
"ruff~=0.15.1",
|
||||||
"mypy[reports]",
|
"mypy[reports]",
|
||||||
# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings
|
|
||||||
"pytest",
|
"pytest",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"pytest-mock==3.14",
|
"pytest-mock==3.14",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue