-
-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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: 1.0.0 -> 2.1.2 #382551
base: master
Are you sure you want to change the base?
Conversation
|
d18cc49
to
635e066
Compare
@@ -45,6 +46,10 @@ buildPythonPackage rec { | |||
|
|||
pythonImportsCheck = [ "pytest_textual_snapshot" ]; | |||
|
|||
postInstall = '' | |||
cp -r resources $out/${python3.sitePackages}/ |
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.
Before when snapshot tests fail (for example with memray
), there was an error that it cannot find pytest-textual-snapshots/.../resources/...
, no useful info why the tests failed. With this an HTML report gets generated.
41aa007
to
55f3a33
Compare
55f3a33
to
fd10be7
Compare
fd10be7
to
7be1a19
Compare
So far everything builds except
|
Looks like the 2.0.1 failure was fixed in 2.0.3
|
ca1354c
to
b96a59e
Compare
|
Apart from regression in those 2 packages due to API changes, this is ready. |
79a0edf
to
085bcdf
Compare
085bcdf
to
8975497
Compare
|
8975497
to
ce22340
Compare
|
Rebased to master as memray was updated to a newer stable version, adding support for textual 2 (#387797) |
|
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.
Let's go with your PR, I'll close #388904.
Could you please pick the patch I have made to textual-autocomplete
please?
pkgs/development/python-modules/textual-autocomplete/default.nix
Outdated
Show resolved
Hide resolved
|
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.
LGTM thanks a lot!
|
Releases:
Packages depending on textual may have some regressions, as there were some API changes.
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/
)Add a 👍 reaction to pull requests you find important.