File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 - name : Install Python Dependencies
3131 run : pip install -r requirements/test-run.txt
3232 - name : Run Tests
33- run : nox -s test --verbose -- --headless
33+ run : nox -s test -- --headless
3434 test-python-versions :
3535 runs-on : ${{ matrix.os }}
3636 strategy :
5454 - name : Install Python Dependencies
5555 run : pip install -r requirements/test-run.txt
5656 - name : Run Tests
57- run : nox -s test --verbose -- --headless --no-cov
57+ run : nox -s test -- --headless --no-cov
5858 test-javascript :
5959 runs-on : ubuntu-latest
6060 steps :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def DivInDiv():
2626 return idom .html .div (
2727 idom .html .button (
2828 {"onClick" : lambda e : set_stop_propagatation (not stop_propagatation )},
29- f "Toggle Propogation" ,
29+ "Toggle Propogation" ,
3030 ),
3131 idom .html .pre (f"Will stop propagation: { stop_propagatation } " ),
3232 idom .html .pre (f"Inner click count: { inner_count } " ),
You can’t perform that action at this time.
0 commit comments