From 740b7b489631994eb3a392a0ee8bce9dfb380c31 Mon Sep 17 00:00:00 2001 From: Brett Date: Fri, 18 Aug 2023 12:58:38 -0400 Subject: [PATCH] remove open-files argument in tox.ini --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47e1d5a6d..727dd7f7a 100644 --- a/tox.ini +++ b/tox.ini @@ -46,7 +46,6 @@ commands = --remote-data \ --durations=10 \ jsonschema: --jsonschema \ - coverage: --open-files \ parallel: --numprocesses auto \ # the OpenAstronomy workflow appends `--cov-report` in `{posargs}`, which `coverage` doesn't recognize !coverage: {posargs}