Skip to content

Commit 56c2a1a

Browse files
committed
1 parent d21302f commit 56c2a1a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/development/python-modules/reflex/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
buildPythonPackage rec {
4949
pname = "reflex";
50-
version = "0.6.8";
50+
version = "0.7.1";
5151
pyproject = true;
5252

5353
disabled = pythonOlder "3.10";
@@ -56,7 +56,7 @@ buildPythonPackage rec {
5656
owner = "reflex-dev";
5757
repo = "reflex";
5858
tag = "v${version}";
59-
hash = "sha256-fpFjVX48+FOnC3x7LT5DSXiUHpFLkD4gm/HGHZpS2ZY=";
59+
hash = "sha256-KPReHngB2qop+rar2hHFVAwnB5W2/GQi3kAP2kQolL8=";
6060
};
6161

6262
pythonRelaxDeps = [
@@ -133,10 +133,12 @@ buildPythonPackage rec {
133133
# flaky
134134
"test_preprocess" # KeyError: 'reflex___state____state'
135135
"test_send" # AssertionError: Expected 'post' to have been called once. Called 0 times.
136+
# tries to pin the string of a traceback, doesn't account for ansi colors
137+
"test_state_with_invalid_yield"
136138
];
137139

138140
disabledTestPaths = [
139-
"benchmarks/"
141+
"tests/benchmarks/"
140142
"tests/integration/"
141143
];
142144

0 commit comments

Comments
 (0)