14
0
forked from pool/python-web.py

- Skip ApplicationTest.test_routing test (reported upstream as gh#webpy/webpy#712)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-web.py?expand=0&rev=26
This commit is contained in:
2021-06-30 10:45:16 +00:00
committed by Git OBS Bridge
parent a490011b11
commit 83731e3b42
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 30 10:44:53 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Skip ApplicationTest.test_routing test (reported upstream as gh#webpy/webpy#712)
-------------------------------------------------------------------
Mon Nov 9 21:01:36 UTC 2020 - Michael Ströder <michael@stroeder.com>

View File

@@ -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}/*