File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5353
5454 - name : Build dist
5555 run : |
56- set -eux
5756 pyproject-build
5857 cd dist && sha256sum * | tee SHA256SUMS
5958
6564
6665 - name : Javascript package
6766 run : |
68- set -eux
6967 mkdir jsdist
7068 cd labextension
7169 jlpm pack --filename ../jsdist/labextension-jlpmpack.tgz
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ To install these in addition to the [Python package](#python-package) test
3939dependencies, run:
4040
4141``` bash
42- pip install -e .[acceptance]
42+ pip install -e " .[acceptance]"
4343```
4444
4545In addition, compatible versions of:
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ test = [
5050 " pytest-cov" ,
5151 " pytest-html" ,
5252]
53+ # acceptance tests additionally require firefox and geckodriver
5354acceptance = [
5455 " jupyter-server-proxy[test]" ,
5556 " notebook <7" ,
You can’t perform that action at this time.
0 commit comments