From d8b30f113a2fdda95e67c67e29e9253c9dd8d124814c94dcdc13e362169fad9b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Oct 2024 09:29:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Automat?expand=0&rev=22 --- python-Automat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-Automat.spec b/python-Automat.spec index 7aa68df..8f990c2 100644 --- a/python-Automat.spec +++ b/python-Automat.spec @@ -72,7 +72,7 @@ automata (particularly deterministic finite-state transducers). %check %if %{with test} -%pytest automat/_test +%pytest src/automat/_test %endif %if !%{with test}