Skip to content

Commit 75e49cd

Browse files
committed
Merge remote-tracking branch 'origin/gh-370-hatchling' into gh-370-hatchling
2 parents d75cd1a + 3d5b621 commit 75e49cd

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
5454
- name: Build dist
5555
run: |
56-
set -eux
5756
pyproject-build
5857
cd dist && sha256sum * | tee SHA256SUMS
5958
@@ -65,7 +64,6 @@ jobs:
6564
6665
- name: Javascript package
6766
run: |
68-
set -eux
6967
mkdir jsdist
7068
cd labextension
7169
jlpm pack --filename ../jsdist/labextension-jlpmpack.tgz

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To install these in addition to the [Python package](#python-package) test
3939
dependencies, run:
4040

4141
```bash
42-
pip install -e .[acceptance]
42+
pip install -e ".[acceptance]"
4343
```
4444

4545
In addition, compatible versions of:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ test = [
5050
"pytest-cov",
5151
"pytest-html",
5252
]
53+
# acceptance tests additionally require firefox and geckodriver
5354
acceptance = [
5455
"jupyter-server-proxy[test]",
5556
"notebook <7",

0 commit comments

Comments
 (0)