Skip to content

Commit 9aa47c5

Browse files
committed
fix: issues with tox ini
1 parent 63887a9 commit 9aa47c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ envlist = py310, py311, py312, py313, py314, pypy310
55
deps =
66
pytest
77
pytest-cov
8-
commands =
9-
pytest --cov=json2xml --cov-report=xml
108

119
allowlist_externals = pytest
1210

13-
1411
commands =
12+
pytest --cov=json2xml --cov-report=xml
1513
python \
1614
-W error::ResourceWarning \
1715
-W error::DeprecationWarning \

0 commit comments

Comments
 (0)