14
0
forked from pool/python-pony

Accepting request 919093 from home:pgajdos:python

- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/919093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=18
This commit is contained in:
2021-09-15 12:04:44 +00:00
committed by Git OBS Bridge
parent fd3e50e6d9
commit d700c255a8
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 15 07:53:53 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Sun Apr 18 13:11:59 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -53,7 +53,7 @@ dos2unix README.md
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%pyunittest discover -v pony/orm/tests -p 'test_*.py'
%files %{python_files}
%doc README.md