File tree 2 files changed +2
-14
lines changed
2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,11 @@ dts2src = 'dts_utils.builder:main'
48
48
49
49
[project .optional-dependencies ]
50
50
devel = [
51
- " coverage>=0.4" ,
52
51
" flake8>=7.0,<8.0" ,
53
- " flake8-html>=0.4.3" ,
54
52
" mypy>=1.8.0" ,
55
53
" pytest>=4.6" ,
56
54
" pytest-cov>=5.0.0" ,
57
55
" black>=24.2,<25.0" ,
58
- " cachetools>=5.3" ,
59
- " lxml>=4.8.0" ,
60
56
" pydoclint" ,
61
57
" flake8-docstrings" ,
62
58
]
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ min_version = 4.0
7
7
env_list =
8
8
lint
9
9
unittests
10
- htmlcov
11
10
docs
12
11
isolated_build = true
13
12
@@ -23,18 +22,11 @@ commands =
23
22
coverage report -m
24
23
coverage xml
25
24
26
- [testenv:htmlcov]
27
- commands =
28
- coverage run --parallel-mode -m pytest {posargs}
29
- coverage combine
30
- coverage report
31
- coverage html --directory =reports/testcov
32
-
33
25
[testenv:lint]
34
26
commands =
35
27
black --line-length 100 --check --diff .
36
- mypy -p dts_utils --html-report reports/mypycov
37
- flake8 --format =html -- htmldir =reports/flakereport -- docstring-convention =numpy
28
+ mypy -p dts_utils
29
+ flake8 --docstring-convention =numpy
38
30
39
31
[testenv:docs]
40
32
extras = doc
You can’t perform that action at this time.
0 commit comments