Skip to content

Commit

Permalink
updates test dependencies (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet authored Mar 16, 2023
1 parent 3ece23e commit 1dcca61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To create a local test setup run the following commands (inside your virtual env
git clone https://github.com/jupyterlab/jupyterlab_server.git
cd jupyterlab_server
pip install -e .[test] # install test dependencies
pytest --pyargs jupyterlab_server
hatch run cov:test # optionally, arguments of the pytest CLI can be added
```

## Code Styling
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ openapi = [
]
test = [
"codecov",
"hatch",
"ipykernel",
"pytest-jupyter[server]>=0.6.2",
"jupyterlab_server[openapi]",
Expand Down

0 comments on commit 1dcca61

Please sign in to comment.