From 4555fbe16165049ebff6aa011e1ea9358c8f643f Mon Sep 17 00:00:00 2001 From: Abhimanyu Susobhanan Date: Thu, 29 Aug 2024 10:55:22 +0200 Subject: [PATCH] ignore --- tests/refresh.py | 4 ---- tox.ini | 5 ++--- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 tests/refresh.py diff --git a/tests/refresh.py b/tests/refresh.py deleted file mode 100644 index fce039c31..000000000 --- a/tests/refresh.py +++ /dev/null @@ -1,4 +0,0 @@ -from pint.models import get_model_and_toas -from pinttestdata import datadir - -get_model_and_toas(datadir / "NGC6440E.par", datadir / "NGC6440E.tim") diff --git a/tox.ini b/tox.ini index 4c2772079..3b714a73f 100644 --- a/tox.ini +++ b/tox.ini @@ -45,8 +45,8 @@ deps = setuptools commands = pip freeze - python tests/refresh.py - !cov: pytest -n 6 --reruns 5 --verbose + !cov: pytest --reruns 5 --verbose tests/test_toa_selection.py + !cov: pytest -n 6 --reruns 5 --verbose --ignore=tests/test_toa_selection.py cov: pytest -n 6 --reruns 5 --verbose --pyargs tests --cov=pint --cov-config={toxinidir}/.coveragerc {posargs} cov: coverage xml -o {toxinidir}/coverage.xml @@ -79,7 +79,6 @@ deps = coverage hypothesis<=6.72.0 commands = - python tests/refresh.py pytest -n 6 --reruns 5 --verbose