From f71a9ad9ced776edf9216eb42697adb8c1c8dfc7 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 23 Oct 2023 11:06:43 +0100 Subject: [PATCH] Clean tox file --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 0125d79..4ec0c70 100644 --- a/tox.ini +++ b/tox.ini @@ -10,10 +10,5 @@ python = [testenv] extras = testing -allowlist_externals = - cp - ls commands = - cp -R {toxinidir}/src/napari_matplotlib/tests/baseline {envdir}/baseline - ls {toxinidir}/src/napari_matplotlib/tests/baseline python -m pytest --mpl --mpl-generate-summary=html --mpl-results-path={toxinidir}/reports -v --color=yes --cov=napari_matplotlib --cov-report=xml