Skip to content

Commit 6870153

Browse files
authored
Do not repeat requirements (#361)
1 parent 1f552fd commit 6870153

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,14 @@ test = [
7070
"codecov",
7171
"ipykernel",
7272
"pytest-jupyter[server]>=0.6",
73-
"openapi_core>=0.16.1",
73+
"jupyterlab_server[openapi]",
7474
"openapi-spec-validator>=0.5.1",
7575
"sphinxcontrib_spelling",
7676
"requests_mock",
7777
"pytest>=7.0",
7878
"pytest-console-scripts",
7979
"pytest-cov",
8080
"pytest-timeout",
81-
"ruamel.yaml",
8281
"strict-rfc3339",
8382
"werkzeug",
8483
]

0 commit comments

Comments
 (0)