15
0

- Don't use python setup.py test expression.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonpatch?expand=0&rev=50
This commit is contained in:
2021-09-19 17:30:43 +00:00
committed by Git OBS Bridge
parent 538756161a
commit 4fb4c9fcf7
2 changed files with 7 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ Python module to apply JSON-Patches (according to RFC 6902).
rm %{buildroot}%{_bindir}/jsondiff
%check
%python_exec tests.py
%pyunittest -v tests
%post
%python_install_alternative jsonpatch
@@ -65,6 +65,6 @@ rm %{buildroot}%{_bindir}/jsondiff
%license COPYING
%doc AUTHORS README.md
%python_alternative %{_bindir}/jsonpatch
%{python_sitelib}/*
%{python_sitelib}/jsonpatch*
%changelog