package init

(cherry picked from commit 7e918e5e2bfeee4122e170f684f54d17f9d9661e)
This commit is contained in:
lyn1001 2021-09-04 11:52:48 +08:00 committed by openeuler-sync-bot
parent e9616637dc
commit 289d722764
3 changed files with 5 additions and 5 deletions

BIN
pytest-xdist-1.27.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pytest-xdist
Version: 2.3.0
Version: 1.27.0
Release: 1
Summary: pytest xdist plugin for distributed testing and loop-on-failing modes
License: MIT
URL: https://github.com/pytest-dev/pytest-xdist
Source0: https://files.pythonhosted.org/packages/d8/2a/d6333010844cd3931a57d17ae1203d2404fee689704c3f9a665c31d7faae/pytest-xdist-2.3.0.tar.gz
Source0: https://files.pythonhosted.org/packages/39/04/b4f351214f8fa5fd6da0333db56f3da55680dab2b453689fc95ea468bb02/pytest-xdist-1.27.0.tar.gz
BuildArch: noarch
BuildRequires: python3-setuptools_scm
@ -33,7 +33,7 @@ Provides: python3-pytest-xdist-doc
pytest xdist plugin for distributed testing and loop-on-failing modes.
%prep
%autosetup -n pytest-xdist-2.3.0
%autosetup -n pytest-xdist-1.27.0
%build
%py3_build
@ -73,5 +73,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Aug 17 2021 Python_Bot <Python_Bot@openeuler.org> - 2.3.0-1
- Package Spec generated
* Sat Sep 4 2021 liyanan <liyanan32@huawei.com> - 1.27.0-1
- package init