Skip to content
Commits on Source (5)
pytest-rerunfailures (10.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Delete egg-info to prevent FTBFS when built twice in a row
* Wrap and sort tests control and watch files
-- Paul Wise <pabs@debian.org> Mon, 09 Aug 2021 10:46:41 +0800
pytest-rerunfailures (9.1.1-1) unstable; urgency=medium
* New upstream release.
......
pytest_rerunfailures.egg-info/
......@@ -8,7 +8,7 @@ Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-pytest (>= 5.0),
python3-pytest (>= 5.3),
python3-setuptools (>= 40),
Standards-Version: 4.5.1
Homepage: https://github.com/pytest-dev/pytest-rerunfailures
......
......@@ -11,7 +11,7 @@ Copyright:
2016-2017 Edgar Ostrowski
2016 Florian Pilz
2016-2020 Steffen Allner
2017-2020 Michael Howitz
2017-2021 Michael Howitz
2018 Florian Bruhin
2018 Oleg Kuzovkov
2019 Ana Ribeiro
......@@ -21,6 +21,11 @@ Copyright:
2020 Tomáš Chvátal
2020 Bruno Oliveira
2020 Nicolas Tessore
2020 Hugo van Kemenade
2020 Jim Brännlund
2020 Nikhil Dhandre
2021 Ran Benita
2021 likanglin
Comment: Copyright holders determined from upstream git history
License: MPL-2.0
......
Test-Command: pytest-3
Depends: @, python3-pytest
Depends:
python3-pytest,
@,
version=4
opts="mode=git,uversionmangle=s/\.?(dev|rc|a|b|c)/~$1/" \
https://github.com/pytest-dev/pytest-rerunfailures.git refs/tags/([a-z0-9.]+)
https://github.com/pytest-dev/pytest-rerunfailures.git \
refs/tags/([a-z0-9.]+)