File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
pkgs/development/python-modules/reflex Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 4747
4848buildPythonPackage 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
You can’t perform that action at this time.
0 commit comments