Loading pkgs/development/python-modules/pymdown-extensions/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,11 @@ buildPythonPackage rec { pyyaml ]; disabledTests = [ # test artifact mismatch "test_toc_tokens" ]; pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions; passthru.tests = { Loading Loading
pkgs/development/python-modules/pymdown-extensions/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,11 @@ buildPythonPackage rec { pyyaml ]; disabledTests = [ # test artifact mismatch "test_toc_tokens" ]; pythonImportsCheck = map (ext: "pymdownx.${ext}") extensions; passthru.tests = { Loading