Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-base-url for openSUSE:Factory checked in at 2023-06-20 16:49:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-base-url (Old) and /work/SRC/openSUSE:Factory/.python-pytest-base-url.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-base-url" Tue Jun 20 16:49:10 2023 rev:3 rq:1093885 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-base-url/python-pytest-base-url.changes 2022-04-30 00:46:52.979021391 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-base-url.new.15902/python-pytest-base-url.changes 2023-06-20 16:49:20.363715170 +0200 @@ -1,0 +2,6 @@ +Tue Jun 20 07:14:23 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Skip one test that requires network. +- Stop using greedy globbing in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-base-url.spec ++++++ --- /var/tmp/diff_new_pack.LovRIG/_old 2023-06-20 16:49:20.907718440 +0200 +++ /var/tmp/diff_new_pack.LovRIG/_new 2023-06-20 16:49:20.911718464 +0200 @@ -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 @@ %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