diff --git a/python-pytest-base-url.changes b/python-pytest-base-url.changes index 5c12de7..0b9c317 100644 --- a/python-pytest-base-url.changes +++ b/python-pytest-base-url.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 20 07:14:23 UTC 2023 - Steve Kowalik + +- Skip one test that requires network. +- Stop using greedy globbing in %files. + ------------------------------------------------------------------- Fri Apr 29 10:14:27 UTC 2022 - Markéta Machová diff --git a/python-pytest-base-url.spec b/python-pytest-base-url.spec index 05c498c..1687486 100644 --- a/python-pytest-base-url.spec +++ b/python-pytest-base-url.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-base-url # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,13 +16,11 @@ # -%{?!python_module:%define python_module() python3-%{**}} Name: python-pytest-base-url Version: 2.0.0 Release: 0 Summary: Pytest plugin for URL based testing License: MPL-2.0 -Group: Development/Languages/Python URL: https://github.com/pytest-dev/pytest-base-url Source: https://files.pythonhosted.org/packages/source/p/pytest-base-url/pytest-base-url-%{version}.tar.gz BuildRequires: %{python_module pip} @@ -54,11 +52,12 @@ pytest plugin for URL based testing. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k 'not test_url_fails' %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pytest_base_url +%{python_sitelib}/pytest_base_url-%{version}.dist-info %changelog