diff --git a/python-dotmap.changes b/python-dotmap.changes index 0f1d44b..bbb1d47 100644 --- a/python-dotmap.changes +++ b/python-dotmap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 9 11:33:09 UTC 2021 - Matej Cepl + +- Replace python setup.py test with running unittest runner directly. + ------------------------------------------------------------------- Fri Sep 3 11:42:02 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-dotmap.spec b/python-dotmap.spec index 05fa856..62a4de3 100644 --- a/python-dotmap.spec +++ b/python-dotmap.spec @@ -44,7 +44,7 @@ Python ordered, dynamically-expandable dot-access dictionary. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pyunittest -v dotmap.test %files %{python_files} %doc README.md