python312Packages.reflex: init at 0.5.9#333337
Merged
pbsds merged 4 commits intoNixOS:masterfrom Aug 29, 2024
Merged
Conversation
f43dd16 to
15869cc
Compare
|
Result of 16 packages built:
|
natsukium
reviewed
Aug 10, 2024
15869cc to
6ff9b46
Compare
Member
|
Result of 4 packages failed to build:
4 packages built successfully:
|
Member
|
The errors seem to be caused by darwin sandbox. |
Member
Author
this maybe? --- a/pkgs/development/python-modules/reflex/default.nix
+++ b/pkgs/development/python-modules/reflex/default.nix
@@ -120,10 +120,15 @@ buildPythonPackage rec {
"test_potentially_dirty_substates"
# flaky, KeyError: 'reflex___state____state'
"test_preprocess"
+ # flaky, depends on test order
+ "test_ensuring_pk"
];
disabledTestPaths = [
"benchmarks/"
"integration/"
+ ] ++ lib.optionals stdenv.isDarwin [
+ # sandbox issues
+ "tests/sqla/test_sync_engine.py"
];
pythonImportsCheck = [ "reflex" ];btw, which fork do you use to post gists of the logs? |
fe02709 to
c1dfc59
Compare
Member
Member
|
Result of 3 packages failed to build:
5 packages built successfully:
|
c1dfc59 to
373b592
Compare
Member
Author
|
not sure what the error might be, but if this doesn't work i might just mark it broken on darwin |
373b592 to
1cbded8
Compare
Member
Author
|
man i dislike darwin, the sandbox is so flaky... |
1cbded8 to
bc0a29f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
https://reflex.dev
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-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.