Merge pull request #136646 from samuela/patch-2

python3Packages.markdown-it-py: use pythonImportsCheck instead of pytestImportsCheck
This commit is contained in:
Benjamin Hipple
2021-09-04 15:55:47 -04:00
committed by GitHub
@@ -44,7 +44,7 @@ buildPythonPackage rec {
pytest-regressions
pytestCheckHook
];
pytestImportsCheck = [ "markdown_it" ];
pythonImportsCheck = [ "markdown_it" ];
meta = with lib; {
description = "Markdown parser done right";