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 03:41:55 +02:00 committed by GitHub
parent 41ce549c9d
commit e37823b7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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