File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -70,21 +70,21 @@ envlist = py312,cov-report
7070skip_missing_interpreters = true
7171usedevelop = true
7272
73- [testenv]
74- setenv =
75- COVERAGE_FILE = .coverage.{envname}
76- deps =
77- -r requirements-dev.txt
78- commands =
79- flake8 --exclude="venv/,.tox/" patterns/
80- pytest --randomly-seed=1234 --doctest-modules patterns/
81- pytest -s -vv --cov=patterns/ --log-level=INFO tests/
73+ # [testenv]
74+ # setenv =
75+ # COVERAGE_FILE = .coverage.{envname}
76+ # deps =
77+ # -r requirements-dev.txt
78+ # commands =
79+ # flake8 --exclude="venv/,.tox/" patterns/
80+ # coverage run -m pytest --randomly-seed=1234 --doctest-modules patterns/
81+ # coverage run -m pytest -s -vv --cov=patterns/ --log-level=INFO tests/
8282
83- [testenv:cov-report]
84- setenv =
85- COVERAGE_FILE = .coverage
86- deps = coverage
87- commands =
88- coverage combine
89- coverage report
90- """
83+ # [testenv:cov-report]
84+ # setenv =
85+ # COVERAGE_FILE = .coverage
86+ # deps = coverage
87+ # commands =
88+ # coverage combine
89+ # coverage report
90+ # """
You can’t perform that action at this time.
0 commit comments