Skip to content

Commit 1dcca61

Browse files
authored
updates test dependencies (#387)
1 parent 3ece23e commit 1dcca61

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To create a local test setup run the following commands (inside your virtual env
2828
git clone https://github.com/jupyterlab/jupyterlab_server.git
2929
cd jupyterlab_server
3030
pip install -e .[test] # install test dependencies
31-
pytest --pyargs jupyterlab_server
31+
hatch run cov:test # optionally, arguments of the pytest CLI can be added
3232
```
3333

3434
## Code Styling

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ openapi = [
7171
]
7272
test = [
7373
"codecov",
74+
"hatch",
7475
"ipykernel",
7576
"pytest-jupyter[server]>=0.6.2",
7677
"jupyterlab_server[openapi]",

0 commit comments

Comments
 (0)