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

and disable benchmark tests.
This commit is contained in:
Martin Weinelt 2022-12-31 15:16:10 +01:00
parent 32461c69ea
commit f5c98592d0

View file

@ -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"
];