diff --git a/pkgs/development/python-modules/repeated-test/default.nix b/pkgs/development/python-modules/repeated-test/default.nix index 0b50cde1f0b1..bd8d8d765a09 100644 --- a/pkgs/development/python-modules/repeated-test/default.nix +++ b/pkgs/development/python-modules/repeated-test/default.nix @@ -32,9 +32,14 @@ buildPythonPackage rec { pytestCheckHook ]; + pythonImportsCheck = [ + "repeated_test" + ]; + meta = with lib; { - description = "A quick unittest-compatible framework for repeating a test function over many fixtures"; + 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; [ ]; }; }