Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37733660
en ru br
ALT Linux repos
S:3.3.1-alt1

Group :: Development/Python3
RPM: python3-module-pytest-xdist

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname pytest-xdist

%def_with check

Name: python3-module-%oname
Version: 2.5.0
Release: alt1

Summary: pytest xdist plugin for distributed testing and loop-on-failing modes
License: MIT
Group: Development/Python3
# Source-git: https://github.com/pytest-dev/pytest-xdist.git
Url: https://pypi.org/project/pytest-xdist/

Source: %name-%version.tar
Patch: %name-%version-alt.patch

BuildRequires(pre): rpm-build-python3

BuildRequires: python3-module-setuptools_scm
%if_with check
BuildRequires: /dev/pts
# install_requires=
BuildRequires: python3(execnet)
BuildRequires: python3(pytest)
BuildRequires: python3(pytest_forked)

# optional

BuildRequires: python3(psutil)
BuildRequires: python3(pexpect)

BuildRequires: python3(tox)
BuildRequires: python3(tox_console_scripts)
%endif

%py3_provides %oname
%py3_provides pytest_xdist
%py3_requires pytest-forked

%define overview \
The pytest-xdist plugin extends py.test with some unique test execution  \
modes:                                                                   \
\
* test run parallelization: if you have multiple CPUs or hosts you can   \
 use those for a combined test run. This allows to speed up development \
 or to use special resources of remote machines. \
* --boxed: (not available on Windows) run each test in a boxed \
 subprocess to survive SEGFAULTS or otherwise dying processes \
* --looponfail: run your tests repeatedly in a subprocess. After each \
 run py.test waits until a file in your project changes and then \
 re-runs the previously failing tests. This is repeated until all tests \
 pass after which again a full run is performed. \
* Multi-Platform coverage: you can specify different Python interpreters \
 or different platforms and run tests in parallel on all of them. \
\
%nil

BuildArch: noarch

%description
%overview

%prep
%setup
%patch -p1

%build
# SETUPTOOLS_SCM_PRETEND_VERSION: when defined and not empty,
# its used as the primary source for the version number in which
# case it will be a unparsed string
export SETUPTOOLS_SCM_PRETEND_VERSION=%version
%python3_build

%install
export SETUPTOOLS_SCM_PRETEND_VERSION=%version
%python3_install

%check
export SETUPTOOLS_SCM_PRETEND_VERSION=%version
export PIP_NO_BUILD_ISOLATION=no
export PIP_NO_INDEX=YES
export TOXENV=py3
tox.py3 --sitepackages --console-scripts -vvr

%files
%doc CHANGELOG.rst LICENSE README.rst example
%python3_sitelibdir/xdist/
%python3_sitelibdir/pytest_xdist-%version-py%_python3_version.egg-info/

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin