Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pkgs/development/python-modules/polyfactory/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ buildPythonPackage rec {

disabledTestPaths = [
"tests/test_beanie_factory.py"
"tests/test_msgspec_factory.py"

@thunze thunze Jan 21, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this test is failing on Python 3.14 because we're don't have msgspec 0.20.0 yet, which adds support for Python 3.14. I've seen similar test failures lately. Could you check if bumping msgspec like in #470239 helps?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does !
I'll remove it

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, actually it's the only change, so I'll close this instead

];

disabledTests = [
Expand Down
Loading