python3Packages.markdown-it-py: Pass py into checkInputs

and disable benchmark tests.
This commit is contained in:
Martin Weinelt
2023-01-05 13:20:45 +01:00
parent 32461c69ea
commit f5c98592d0
@@ -6,6 +6,7 @@
, linkify-it-py
, mdurl
, psutil
, py
, pytest-benchmark
, pytest-regressions
, pytestCheckHook
@@ -41,11 +42,16 @@ buildPythonPackage rec {
checkInputs = [
psutil
py
pytest-benchmark
pytest-regressions
pytestCheckHook
];
pytestFlagsArray = [
"--benchmark-skip"
];
pythonImportsCheck = [
"markdown_it"
];