Benjamin Greiner 2022-09-30 18:34:32 +00:00 committed by Git OBS Bridge
parent 5b384f9971
commit cf6acc4b99

View File

@ -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