Hello community,
here is the log from the commit of package python-terminado for
openSUSE:Factory checked in at 2019-08-13 13:19:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-terminado (Old)
and /work/SRC/openSUSE:Factory/.python-terminado.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-terminado"
Tue Aug 13 13:19:40 2019 rev:7 rq:722222 version:0.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-terminado/python-terminado.changes
2019-06-13 23:03:38.371378140 +0200
+++
/work/SRC/openSUSE:Factory/.python-terminado.new.9556/python-terminado.changes
2019-08-13 13:20:44.721426580 +0200
@@ -1,0 +2,5 @@
+Sun Aug 11 01:45:25 UTC 2019 - Todd R <[email protected]>
+
+- Enable tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-terminado.spec ++++++
--- /var/tmp/diff_new_pack.1n8gWO/_old 2019-08-13 13:20:45.177426460 +0200
+++ /var/tmp/diff_new_pack.1n8gWO/_new 2019-08-13 13:20:45.177426460 +0200
@@ -33,9 +33,9 @@
BuildRequires: %{python_module tornado >= 4}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with tests}
+# SECTION test requirements
BuildRequires: %{python_module pytest}
-%endif
+# /SECTION
Requires: python-ptyprocess
Requires: python-tornado >= 4
BuildArch: noarch
@@ -59,17 +59,12 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with tests}
%check
-pushd terminado/tests
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-py.test-%{$python_bin_suffix} .
-}
-popd
-%endif
+%pytest -k 'not test_max_terminals'
%files %{python_files}
%doc README.rst
+%license LICENSE
%{python_sitelib}/*
%changelog