Skip to content

Commit

Permalink
remove --openfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Dec 1, 2023
1 parent b028640 commit 7fd0e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extras =
all: all
commands =
pip freeze
!cov-!noopenfiles: pytest --open-files --pyargs uvcombine {toxinidir}/docs {posargs}
!cov-!noopenfiles: pytest --pyargs uvcombine {toxinidir}/docs {posargs}
noopenfiles: pytest --pyargs uvcombine {toxinidir}/docs {posargs}
cov: pytest --open-files --pyargs uvcombine {toxinidir}/docs --cov uvcombine --cov-config={toxinidir}/setup.cfg {posargs}
cov: coverage xml -o {toxinidir}/coverage.xml
Expand All @@ -56,4 +56,4 @@ commands =
deps = flake8
skip_install = true
commands =
flake8 --max-line-length=100 uvcombine
flake8 --max-line-length=100 uvcombine

0 comments on commit 7fd0e15

Please sign in to comment.