From e419ad16718fa21df80670a2443ad162530e29fa1bfc19d689f0fcdb470363f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 22 Jan 2021 11:08:27 +0000 Subject: [PATCH] add pytest-asyncio OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=37 --- python-APScheduler.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-APScheduler.spec b/python-APScheduler.spec index e554bee..86a2d16 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/A/APScheduler/APS BuildRequires: %{python_module SQLAlchemy >= 0.8} BuildRequires: %{python_module Twisted} BuildRequires: %{python_module gevent} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-tornado} BuildRequires: %{python_module pytest}