15
0
forked from pool/python-Routes

Accepting request 815553 from home:pgajdos:python

- nose -> pytest

OBS-URL: https://build.opensuse.org/request/show/815553
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal
2020-06-17 17:27:18 +00:00
committed by Git OBS Bridge
parent 9da2f38252
commit ee0b9f5ef1
2 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Routes
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/R/Routes/Routes-%
BuildRequires: %{python_module WebOb}
BuildRequires: %{python_module WebTest}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module nose}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module repoze.lru}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
@@ -51,7 +51,7 @@ A Routing package for Python that matches URL's to dicts and vice versa.
%python_install
%check
%python_exec %{_bindir}/nosetests
%pytest --doctest-modules routes
%files %{python_files}
%license LICENSE.txt