forked from mirrors/nixpkgs
Merge pull request #136646 from samuela/patch-2
python3Packages.markdown-it-py: use pythonImportsCheck instead of pytestImportsCheck
This commit is contained in:
commit
b3c692172e
|
@ -44,7 +44,7 @@ buildPythonPackage rec {
|
|||
pytest-regressions
|
||||
pytestCheckHook
|
||||
];
|
||||
pytestImportsCheck = [ "markdown_it" ];
|
||||
pythonImportsCheck = [ "markdown_it" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Markdown parser done right";
|
||||
|
|
Loading…
Reference in a new issue