From 7fd0e158df7cb6a47947162ee0f69a32765098c9 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Thu, 30 Nov 2023 21:32:43 -0500 Subject: [PATCH] remove --openfiles --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 85c0357..eb043dc 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -56,4 +56,4 @@ commands = deps = flake8 skip_install = true commands = - flake8 --max-line-length=100 uvcombine \ No newline at end of file + flake8 --max-line-length=100 uvcombine