markdown-it-py: disable checks on i686

`pandas` is in the `nativeCheckInputs` closure, but is marked as
broken on i686, due to maintainers no longer testing on that platform.
This causes some derivations (eg. fontconfig/noto-fonts-emoji) to fail
on i686.
This commit is contained in:
TheArcaneBrony
2023-04-25 01:41:55 +00:00
committed by GitHub
parent 41ce549c9d
commit e37823b7f2
@@ -16,6 +16,7 @@
, sphinx-book-theme
, sphinx-copybutton
, sphinx-design
, stdenv
, pytest-regressions
, pytestCheckHook
, pythonOlder
@@ -52,6 +53,7 @@ buildPythonPackage rec {
preCheck = ''
rm -r benchmarking
'';
doCheck = !stdenv.isi686;
pythonImportsCheck = [
"markdown_it"