Loading pkgs/development/python-modules/repeated-test/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -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; [ ]; }; } Loading
pkgs/development/python-modules/repeated-test/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -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; [ ]; }; }