Upgrade pytest-xdist to version 3.5.0 for Mariner 3.0 (#7825)

This commit is contained in:
Ameya Usgaonkar 2024-02-12 17:46:33 +05:30 коммит произвёл GitHub
Родитель 8100191571
Коммит ac52e6efc1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 13 добавлений и 7 удалений

Просмотреть файл

@ -1,5 +1,6 @@
{
"Signatures": {
"pytest-xdist-2.5.0.tar.gz": "4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf"
"pytest-xdist-3.5.0.tar.gz": "cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"
}
}

Просмотреть файл

@ -15,13 +15,13 @@ The pytest-xdist plugin extends py.test with some unique test execution modes:
Summary: py.test plugin for distributed testing and loop-on-failing modes
Name: python-%{pypi_name}
Version: 2.5.0
Version: 3.5.0
Release: 1%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://github.com/pytest-dev/pytest-xdist
Source0: https://files.pythonhosted.org/packages/5d/43/9dbc32d297d6eae85d6c05dc8e8d3371061bd6cbe56a2f645d9ea4b53d9b/%{pypi_name}-%{version}.tar.gz
Source0: https://github.com/pytest-dev/%{pypi_name}/releases/download/v%{version}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
@ -44,14 +44,16 @@ Requires: python3-py
%description -n python3-%{pypi_name} %{_description}
%pyproject_extras_subpkg -n python3-%{pypi_name} psutil setproctitle
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%pyproject_wheel
%install
%py3_install
%pyproject_install
%check
# Skip test_warning_captured_deprecated_in_pytest_6
@ -75,6 +77,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{python3_sitelib}/xdist/
%changelog
* Fri Feb 09 2024 Ameya Usgaonkar <ausgaonkar@microsoft.com> - 5.5.0-1
- Updating to version 3.5.0.
* Fri Mar 25 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 2.5.0-1
- Updating to version 2.5.0.

Просмотреть файл

@ -23704,8 +23704,8 @@
"type": "other",
"other": {
"name": "python-pytest-xdist",
"version": "2.5.0",
"downloadUrl": "https://files.pythonhosted.org/packages/5d/43/9dbc32d297d6eae85d6c05dc8e8d3371061bd6cbe56a2f645d9ea4b53d9b/pytest-xdist-2.5.0.tar.gz"
"version": "3.5.0",
"downloadUrl": "https://github.com/pytest-dev/pytest-xdist/releases/download/v3.5.0/pytest-xdist-3.5.0.tar.gz"
}
}
},