From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- dev-lang/hy/files/hy-xfail-macro-test.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-lang/hy/files/hy-xfail-macro-test.patch (limited to 'dev-lang/hy/files') diff --git a/dev-lang/hy/files/hy-xfail-macro-test.patch b/dev-lang/hy/files/hy-xfail-macro-test.patch new file mode 100644 index 000000000000..f9ec09c4abb3 --- /dev/null +++ b/dev-lang/hy/files/hy-xfail-macro-test.patch @@ -0,0 +1,16 @@ +diff --git a/tests/native_tests/native_macros.hy b/tests/native_tests/native_macros.hy +index 28f14a5a..209084f6 100644 +--- a/tests/native_tests/native_macros.hy ++++ b/tests/native_tests/native_macros.hy +@@ -471,6 +471,11 @@ in expansions." + ;; to trust that the .pyc loading convention was followed. + (test-requires-and-macros)) + ++;; FIXME: this tests fail while being run by portage with FEATURES=test. ++;; Maybe it's because PYTHONDONTWRITEBYTECODE preserves somehow or something else ++;; related to bytecoede, idk for now. ++(setv test-macro-from-module (pytest.mark.xfail test-macro-from-module)) ++ + + (defn test-recursive-require-star [] + "(require [foo [*]]) should pull in macros required by `foo`." -- cgit v1.2.3