Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37907681
en ru br
ALT Linux repositórios
S:3.7.0-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009