0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge commit '5b6c2380ad' into staging-fix

This commit is contained in:
Luke Granger-Brown 2021-09-07 16:21:36 +00:00
commit 9501e5d2fd
67 changed files with 936 additions and 530 deletions

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
pytest-regressions
pytestCheckHook
];
pytestImportsCheck = [ "markdown_it" ];
pythonImportsCheck = [ "markdown_it" ];
meta = with lib; {
description = "Markdown parser done right";