11
0
forked from pool/python-apipkg

Accepting request 853754 from home:bnavigator:branches:devel:languages:python:pytest

- The now broken apicycle requires apipkg to be importable from
  elsewhere -- use src dir.

OBS-URL: https://build.opensuse.org/request/show/853754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-apipkg?expand=0&rev=7
This commit is contained in:
2020-12-08 19:50:42 +00:00
committed by Git OBS Bridge
parent 0d93329cd1
commit e782f2f5f5
2 changed files with 7 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ can copy paste the <100 Lines of code into your project.
%check
%if %{with test}
PYTHONPATH=$(pwd)/src
%pytest
%endif