Unverified Commit 53c642b6 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.polyfactory: disable failing test

Was supposdely fixed in 2.14, but still broken the same way for us.
parent 230fac9a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -48,6 +48,11 @@ buildPythonPackage rec {
    pytest-asyncio
  ];

  disabledTests = [
    # Unsupported type: LiteralAlias
    "test_type_alias"
  ];

  pythonImporeCheck = [ "polyfactory" ];

  meta = {