From 137d744bdd600a48855a61905d5617b44763c061 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 29 May 2021 10:28:31 +0200 Subject: [PATCH 1/2] python3Packages.Nikola: disable failing test --- pkgs/development/python-modules/Nikola/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/Nikola/default.nix b/pkgs/development/python-modules/Nikola/default.nix index 17a6e4d6a89966..1bbc9dda967dc2 100644 --- a/pkgs/development/python-modules/Nikola/default.nix +++ b/pkgs/development/python-modules/Nikola/default.nix @@ -97,6 +97,8 @@ buildPythonPackage rec { disabledTests = [ # AssertionError "test_compiling_markdown" + # AssertionError, https://github.com/getnikola/nikola/issues/3554 + "test_write_content_does_not_detroy_text" ]; pythonImportsCheck = [ "nikola" ]; From 3a78a0450fe3f291ea54ec4e228d1926923693fe Mon Sep 17 00:00:00 2001 From: fabioz23 Date: Wed, 9 Jun 2021 10:11:41 +0200 Subject: [PATCH 2/2] Create contact.md please contact me --- contact.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 contact.md diff --git a/contact.md b/contact.md new file mode 100644 index 00000000000000..e08da8045576cb --- /dev/null +++ b/contact.md @@ -0,0 +1 @@ +please contact me