From 97f6badcf4481584766f12938eae9fab65c7f2723df1c1634e55a81ed5ebca27 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}