Commit cae08e5c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.pscript: disable failing test

parent 3c02892e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -36,6 +36,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "pscript" ];

  disabledTests = [
    # https://github.com/flexxui/pscript/issues/69
    "test_async_and_await"
  ];

  meta = with lib; {
    description = "Python to JavaScript compiler";
    homepage = "https://pscript.readthedocs.io";