Skip to content
Snippets Groups Projects
Commit d9c0779f authored by George Papathanail's avatar George Papathanail
Browse files

update tox.ini

parent b9fcf2f5
No related branches found
No related tags found
No related merge requests found
Pipeline #15085 failed
<?xml version="1.0" ?>
<coverage version="7.9.1" timestamp="1751024920993" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<coverage version="7.9.1" timestamp="1751025707142" lines-valid="607" lines-covered="130" line-rate="0.2142" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io/en/7.9.1 -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
......
......@@ -3,7 +3,6 @@ minversion = 4.23.2
env_list = lint, type, 3.1{2}
skip_missing_interpreters = true
[testenv]
description = run the tests with pytest
passenv = MONGO_URI
......@@ -20,16 +19,17 @@ commands =
--cov-report=term-missing \
tests/
[testenv:lint]
description = run linters
skip_install = true
deps = ruff>=0.8.1
commands = ruff check {posargs} edge_cloud_management_api tests
description = run linters
skip_install = true
deps = ruff>=0.8.1
commands = ruff check {posargs} edge_cloud_management_api tests
[testenv:type]
description = run type checks
skip_install = true
deps =
mypy
types-requests
commands = mypy {posargs} edge_cloud_management_api tests
[testenv:type]
description = run type checks
skip_install = true
deps = mypy
commands = mypy {posargs} edge_cloud_management_api tests
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment