Unverified Commit e37823b7 authored by TheArcaneBrony's avatar TheArcaneBrony Committed by GitHub
Browse files

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.
parent 41ce549c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"