3
0
Fork 0
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:
Benjamin Hipple 2021-09-04 15:55:47 -04:00 committed by GitHub
commit b3c692172e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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