From b310a20240291b69c73a72a86068e3694ce33a5fbcc5e4d5f72f2cc398db5f8d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Sep 2021 11:33:19 +0000 Subject: [PATCH] - Replace python setup.py test with running unittest runner directly. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dotmap?expand=0&rev=8 --- python-dotmap.changes | 5 +++++ python-dotmap.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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