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

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

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

%define oname pytest-watch

Name: python3-module-%oname
Version: 4.2.0
Release: alt2
Summary: Local continuous test runner with pytest and watchdog
License: MIT
Group: Development/Python3
Url: https://pypi.python.org/pypi/pytest-watch/

# https://github.com/joeyespo/pytest-watch.git

Source: %name-%version.tar
BuildArch: noarch
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pytest python3-module-watchdog
BuildRequires: python3-module-colorama
BuildRequires: python3-module-docopt

%py3_provides pytest_watch

%description
pytest-watch a zero-config CLI tool that runs pytest, and reruns it when
a file in your project changes.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files -n python3-module-%oname
%doc *.md
%_bindir/*
%python3_sitelibdir/*

%changelog

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

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