]> git.pld-linux.org Git - packages/python-cffi.git/commitdiff
update path in tests
authorJan Palus <atler@pld-linux.org>
Tue, 21 Nov 2023 18:10:20 +0000 (19:10 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 21 Nov 2023 18:10:20 +0000 (19:10 +0100)
python-cffi.spec

index c2fda60b9f1cc6c94ac68a8a5d6fc468ed0d7a61..18d5194e6fcff403c4f57afb66b83d9daeeadf04 100644 (file)
@@ -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
 
This page took 0.098928 seconds and 4 git commands to generate.