From a21ab6a6b81c0ff829bdc41367171d605bc370e4 Mon Sep 17 00:00:00 2001 From: Charles Stern <62192187+cisaacstern@users.noreply.github.com> Date: Fri, 6 Sep 2024 00:48:33 -0700 Subject: [PATCH] register io marker --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 33ec5fb02..e21972cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,5 +84,6 @@ profile = "black" [tool.pytest.ini_options] markers = [ + "io: interfaces with 3rd party data services, which may likely require credentials (deselect with '-m \"not io\"')", "requires_ecoscope_core: requires `ecoscope` to be installed (deselect with '-m \"not requires_ecoscope_core\"')", ]