From cf6acc4b999c01e05188a9cd5ea94473cfaba3c72c670761dc94cfeb73e8a0e1 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 30 Sep 2022 18:34:32 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-terminado?expand=0&rev=24 --- python-terminado.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python-terminado.spec b/python-terminado.spec index 144ca67..2ee93d7 100644 --- a/python-terminado.spec +++ b/python-terminado.spec @@ -16,9 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -# Disable tests until random testing race condition fixed, see: https://github.com/jupyter/terminado/issues/21 -%bcond_with tests Name: python-terminado Version: 0.16.0 Release: 0 @@ -53,6 +50,7 @@ of QWeb). %prep %setup -q -n terminado-%{version} +sed -i '/addopts/ s/--durations 10 --color=yes//' pyproject.toml %build %pyproject_wheel