From 6276d44d92692709f2545344853411e48e70641c Mon Sep 17 00:00:00 2001 From: Andrew Fullard Date: Wed, 10 Jul 2024 15:49:28 -0400 Subject: [PATCH] Update pyproject.toml with correct setting --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e54125cde14..d2d9c0a5e6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -186,6 +186,10 @@ tardis_visualization = ["tools/tests/data/*"] testpaths = ["tardis"] astropy_header = true text_file_format = "rst" +markers = [ + # continuum tests + "continuum", +] [tool.tardis] edit_on_github = false \ No newline at end of file