Commit 7f996f01 authored by Thiago Kenji Okada's avatar Thiago Kenji Okada
Browse files

python310Packages.hy: reenable tests



Co-authored-by: default avatarDaniel Nagy <danielnagy@posteo.de>
parent 6d67126b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -43,11 +43,6 @@ buildPythonPackage rec {
    export PATH="$out/bin:$PATH"
  '';

  disabledTests = [
    "test_circular_macro_require"
    "test_macro_require"
  ];

  pythonImportsCheck = [ "hy" ];

  passthru = {