python3Packages.markdown-it-py: use pythonImportsCheck instead of pytestImportsCheck

This commit is contained in:
Samuel Ainsworth 2021-09-03 17:47:21 -07:00 committed by GitHub
parent 22fb1d38bf
commit 3c836e9a82
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";