forked from pool/python-pytest-services
Update to 2.2.2
This commit is contained in:
BIN
2.2.1.tar.gz
LFS
BIN
2.2.1.tar.gz
LFS
Binary file not shown.
BIN
pytest_services-2.2.2.tar.gz
LFS
Normal file
BIN
pytest_services-2.2.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 08:32:28 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.2.2:
|
||||
* #47: Replace distutils.spawn.find_executable with
|
||||
shutil.which. The package distutils is deprecated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 07:02:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
@@ -12,15 +19,15 @@ Sat Jun 10 09:24:57 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 23 06:23:05 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove mock BuildRequires, not needed.
|
||||
- Remove mock BuildRequires, not needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 15:53:37 UTC 2020 - Marketa Machova <mmachova@suse.com>
|
||||
|
||||
- Update to 2.2.1
|
||||
* #38: Retry to lock resource if zc.lockfile.LockError is raised.
|
||||
* #38: Retry to lock resource if zc.lockfile.LockError is raised.
|
||||
Fix needed for pytest-xdist. (StabbarN)
|
||||
* #42: Retry on zc.lockfile.LockError in file_lock, use existing
|
||||
* #42: Retry on zc.lockfile.LockError in file_lock, use existing
|
||||
timeout kwarg (mshriver)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -29,7 +36,7 @@ Mon Jun 29 12:05:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
- Update to version 2.1.0
|
||||
* #34: Deprecated slave_id fixture in favor of worker_id,
|
||||
for compatibility with pytest-xdist 2.
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 12:39:49 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-services
|
||||
Version: 2.2.1
|
||||
Version: 2.2.2
|
||||
Release: 0
|
||||
Summary: Services plugin for pytest testing framework
|
||||
License: MIT
|
||||
URL: https://github.com/pytest-dev/pytest-services
|
||||
Source: https://github.com/pytest-dev/pytest-services/archive/%{version}.tar.gz
|
||||
Source: https://github.com/pytest-dev/pytest-services/releases/download/v%{version}/pytest_services-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module psutil}
|
||||
BuildRequires: %{python_module pylibmc}
|
||||
@@ -55,7 +55,7 @@ The plugin provides a set of fixtures and utility functions to start service
|
||||
processes for your tests with pytest.
|
||||
|
||||
%prep
|
||||
%setup -q -n pytest-services-%{version}
|
||||
%setup -q -n pytest_services-%{version}
|
||||
# we don't test mysql anway
|
||||
sed -i -e '/import MySQLdb/d' tests/test_plugin.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user