-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python312Packages.textual: 0.86.1 -> 1.0.0 #370103
Conversation
84357b5
to
7b8afe9
Compare
|
@@ -48,7 +48,7 @@ python3Packages.buildPythonApplication rec { | |||
pytest-textual-snapshot | |||
pytestCheckHook | |||
] | |||
++ lib.optionals (pythonOlder "3.12") [ greenlet ]; | |||
++ lib.optionals (pythonOlder "3.14") [ greenlet ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be 3.14, otherwise test_greenlet.py fails.
https://github.com/bloomberg/memray/blob/a9237b4b3fc5f83df40bd914a18c7f7a18743270/setup.py#L116
@@ -58,15 +58,6 @@ python3Packages.buildPythonApplication rec { | |||
# Import issue | |||
"test_header_allocator" | |||
"test_hybrid_stack_of_allocations_inside_ceval" | |||
|
|||
# snapshot-based tests are too fragile | |||
# see https://github.com/bloomberg/memray/issues/654 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ticket is now closed and fixed.
|
Thanks @eljamm , I had to bump memray, but now things seem to be working. Only harlequin failing of course, will be fixed after this new textual is merged. |
103cba3
to
79a927e
Compare
|
79a927e
to
0aa765f
Compare
Also, I'd like to note that I don't know what the adverse effects on this are on the packages that depend on textual aside from possibly not having any code highlighting. The closest I got to finding a solution is this discourse post which suggests to either package each language individually or re-create the bindings. |
0aa765f
to
a5d01f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nixpkgs-review
result
Generated using nixpkgs-review
.
Command: nixpkgs-review pr 370103
x86_64-linux
❌ 2 packages failed to build:
- harlequin
- harlequin.dist
✅ 61 packages built:
- browsr
- browsr.dist
- dooit
- dooit-extras
- dooit-extras.dist
- dooit.dist
- frogmouth
- frogmouth.dist
- isponsorblocktv
- isponsorblocktv.dist
- memray
- memray.dist
- mutmut
- mutmut.dist
- oterm
- oterm.dist
- python312Packages.manifestoo
- python312Packages.manifestoo.dist
- python312Packages.pytest-textual-snapshot
- python312Packages.pytest-textual-snapshot.dist
- python312Packages.textual
- python312Packages.textual-dev
- python312Packages.textual-dev.dist
- python312Packages.textual-fastdatatable
- python312Packages.textual-fastdatatable.dist
- python312Packages.textual-slider
- python312Packages.textual-slider.dist
- python312Packages.textual-textarea
- python312Packages.textual-textarea.dist
- python312Packages.textual-universal-directorytree
- python312Packages.textual-universal-directorytree.dist
- python312Packages.textual.dist
- python313Packages.manifestoo
- python313Packages.manifestoo.dist
- python313Packages.pytest-textual-snapshot
- python313Packages.pytest-textual-snapshot.dist
- python313Packages.textual
- python313Packages.textual-dev
- python313Packages.textual-dev.dist
- python313Packages.textual-fastdatatable
- python313Packages.textual-fastdatatable.dist
- python313Packages.textual-slider
- python313Packages.textual-slider.dist
- python313Packages.textual-textarea
- python313Packages.textual-textarea.dist
- python313Packages.textual-universal-directorytree
- python313Packages.textual-universal-directorytree.dist
- python313Packages.textual.dist
- rich-cli
- rich-cli.dist
- smassh
- smassh.dist
- streamcontroller
- tftui
- tftui.dist
- toolong
- toolong.dist
- upiano
- upiano.dist
- wsrepl
- wsrepl.dist
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diff LGTM
@GaetanLepage Is it possible to merge this one so I can fix harlequin in a second MR, or should I fix harlequin directly here so the nixpkgs-review passes? |
Sure, let's do that ! Thanks for the fix. |
Upgrading textual to latest version 1.0.0
Related: #365766
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)