Merge pull request #202130 from tjni/repeated-test

python310Packages.repeated-test: add tjni as maintainer
This commit is contained in:
Mario Rodas
2022-11-20 22:23:45 -05:00
committed by GitHub
@@ -40,6 +40,6 @@ buildPythonPackage rec {
description = "Unittest-compatible framework for repeating a test function over many fixtures";
homepage = "https://github.com/epsy/repeated_test";
license = licenses.mit;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ tjni ];
};
}