From 7a1baeeb4954291207574bb01c1acf623457752f Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Tue, 21 Nov 2023 19:10:20 +0100 Subject: [PATCH] update path in tests --- python-cffi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-cffi.spec b/python-cffi.spec index c2fda60..18d5194 100644 --- a/python-cffi.spec +++ b/python-cffi.spec @@ -105,7 +105,7 @@ Dokumentacja API modułu Pythona CFFI. %if %{with tests} PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ PYTHONPATH=$(pwd):$(echo $(pwd)/build-2/lib.linux-*) \ -%{__python} -m pytest c testing +%{__python} -m pytest src/c testing %endif %endif @@ -115,7 +115,7 @@ PYTHONPATH=$(pwd):$(echo $(pwd)/build-2/lib.linux-*) \ %if %{with tests} PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \ PYTHONPATH=$(pwd):$(echo $(pwd)/build-3/lib.linux-*) \ -%{__python3} -m pytest c testing +%{__python3} -m pytest src/c testing %endif %endif -- 2.44.0