Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37620119
en ru br
ALT Linux repos
S:3.7.0-alt2

Group :: Development/Python3
RPM: python3-module-flaky

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname flaky

Name: python3-module-%oname
Version: 3.7.0
Release: alt2

Summary: Plugin for nose or py.test that automatically reruns flaky tests

License: Apache-2.0
Group: Development/Python3
Url: https://pypi.python.org/pypi/flaky

# https://github.com/box/flaky.git

Source: %name-%version.tar

Patch: remove-nose-dependency.patch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-mock python3-module-genty

BuildArch: noarch

%description
Flaky is a plugin for py.test that automatically reruns flaky tests.

Ideally, tests reliably pass or fail, but sometimes test fixtures must rely
on components that aren't 100%% reliable. With flaky, instead of removing
those tests or marking them to  at skip, they can be automatically retried.

%prep
%setup
%patch -p1

%build
%python3_build

%install
%python3_install

%files
%doc *.rst
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%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