diff --git a/python-web.py.changes b/python-web.py.changes index 568c2f9..e69eb98 100644 --- a/python-web.py.changes +++ b/python-web.py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 30 10:44:53 UTC 2021 - Matej Cepl + +- Skip ApplicationTest.test_routing test (reported upstream as gh#webpy/webpy#712) + ------------------------------------------------------------------- Mon Nov 9 21:01:36 UTC 2020 - Michael Ströder diff --git a/python-web.py.spec b/python-web.py.spec index 2fc5ab4..77e8c03 100644 --- a/python-web.py.spec +++ b/python-web.py.spec @@ -1,7 +1,7 @@ # # spec file for package python-web.py # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Name: python-web.py Version: 0.62 Release: 0 Summary: web.py: makes web apps -License: SUSE-Public-Domain AND BSD-3-Clause +License: BSD-3-Clause AND SUSE-Public-Domain URL: https://webpy.org/ Source: https://files.pythonhosted.org/packages/source/w/web.py/web.py-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -51,7 +51,8 @@ Think about the ideal way to write a web app. Write the code to make it happen. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# gh#webpy/webpy#712 +%pytest -k 'not test_routing' %files %{python_files} %{python_sitelib}/*