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:
parent
41ce549c9d
commit
e37823b7f2
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue