From 62aa13a1c6f91aff0a8998eb027c43203f568d6f8ae20b49e32f55bc8f2cfaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 Apr 2020 15:02:32 +0000 Subject: [PATCH] Accepting request 796581 from home:mcalabkova:branches:devel:languages:python - Launch tests OBS-URL: https://build.opensuse.org/request/show/796581 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=6 --- python-aspectlib.changes | 2 +- python-aspectlib.spec | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/python-aspectlib.changes b/python-aspectlib.changes index e332347..a7af500 100644 --- a/python-aspectlib.changes +++ b/python-aspectlib.changes @@ -6,7 +6,7 @@ Fri Apr 17 11:20:50 UTC 2020 - Marketa Calabkova Contributed by Jonas Maurus in `#14 `_. * Added support for Python 3.7 and 3.8 (``async def`` functions and generators). * Added a convenience ``weave`` fixture for pytest. -- Launch tests and pin tornado (one test fails with tornado >= 6) +- Launch tests ------------------------------------------------------------------- Mon Mar 16 06:39:42 UTC 2020 - Tomáš Chvátal diff --git a/python-aspectlib.spec b/python-aspectlib.spec index 6afad77..d9d8d63 100644 --- a/python-aspectlib.spec +++ b/python-aspectlib.spec @@ -18,7 +18,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 -%bcond_without test Name: python-aspectlib Version: 1.5.0 Release: 0 @@ -31,7 +30,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-fields BuildArch: noarch -%if %{with test} BuildRequires: %{python_module fields} BuildRequires: %{python_module process-tests} BuildRequires: %{python_module pytest} @@ -39,7 +37,6 @@ BuildRequires: %{python_module pytest} BuildRequires: python-mock BuildRequires: python-trollius %endif -%endif %ifpython2 Requires: python-trollius %endif @@ -65,10 +62,8 @@ rm tests/test_integrations_py3.py %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %pytest --ignore=src -%endif %files %{python_files} %license LICENSE