From 89cfd975f0c73f4eecce66094d3c3318e0ebe5fa39452ce58260371535a48949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 18 Oct 2018 08:14:24 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=46 --- python-tox.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-tox.spec b/python-tox.spec index e5b15aa..6ad51a0 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -109,6 +109,7 @@ done %check export PYTHONDONTWRITEBYTECODE=1 +export PATH=%{buildroot}%{_bindir}:$PATH %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v %post