pytest-rerunfailures: add das-g as maintainer
(cherry picked from commit 46821ede459fef99161805aa4000bc7ded25675c)
This commit is contained in:
parent
35a6dc658d
commit
f0cf89278e
@ -23,6 +23,6 @@ buildPythonPackage rec {
|
|||||||
description = "pytest plugin to re-run tests to eliminate flaky failures";
|
description = "pytest plugin to re-run tests to eliminate flaky failures";
|
||||||
homepage = "https://github.com/pytest-dev/pytest-rerunfailures";
|
homepage = "https://github.com/pytest-dev/pytest-rerunfailures";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ das-g ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user