From fd4a60d508a500be97a48300980fe90883a8fbf242eae4cfa1447c38f722bc76 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 22 Jul 2024 12:48:32 +0000 Subject: [PATCH] Correct calling %pyunittest OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libcst?expand=0&rev=31 --- python-libcst.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-libcst.spec b/python-libcst.spec index ccffbfe..1790402 100644 --- a/python-libcst.spec +++ b/python-libcst.spec @@ -92,7 +92,7 @@ export CARGO_NET_OFFLINE=true PROFILE=release %if %{with test} %check -%pyunittest discover -v libcst/tests +%pyunittest_arch discover -v libcst/tests %endif %if %{without test}