From 9aa0129bb08638ee2596233e594b3d433553ae66 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Tue, 10 Dec 2024 14:45:24 +0100 Subject: [PATCH] properly add marker --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7205a98..a66596a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,6 +84,8 @@ omit = ["neatnet/tests/*"] filterwarnings = [ # this is an internal warning thrown within ``neatnet.geometry.snap_to_targets()`` 'ignore:Could not create a connection*:UserWarning', +] +markers = [ 'wuhan:Wuhan takes ages to run' ] [tool.pixi.project]