Skip to content

Commit

Permalink
python3Packages.Nikola: disable failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed May 24, 2021
1 parent 7cb8324 commit c57d0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/Nikola/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ buildPythonPackage rec {
'';

disabledTests = [
# AssertionError
"test_compiling_markdown"
"test_compiling_markdown" # AssertionError
"test_write_content_does_not_detroy_text" # https://github.com/getnikola/nikola/issues/3553
];

pythonImportsCheck = [ "nikola" ];
Expand Down

0 comments on commit c57d0a5

Please sign in to comment.