Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37601355
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-pytest-expect

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define oname pytest-expect

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

Summary: A py.test plugin that stores test expectations by saving the set of failing tests
License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/pytest-expect/
BuildArch: noarch

# https://github.com/gsnedders/pytest-expect.git

Source: %name-%version.tar

BuildRequires(pre): rpm-build-python3

# PyPI's name(both dash and underscore)

%py3_provides %oname

%description
A py.test plugin that stores test expectations by saving the set of
failing tests, allowing them to be marked as xfail when running them in
future. The tests expectations are stored such that they can be
distributed alongside the tests. However, note that test expectations
can only be reliably shared between Python 2 and Python 3 if they only
use ASCII characters in their node ids: this likely isn't a limitation
if tests are using the normal Python format, as Python 2 only allows
ASCII characters in identifiers.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check

%files
%doc *.rst
%python3_sitelibdir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin