Skip to content

Commit

Permalink
Backport PR #13508 on branch 3.6.x (Fix Python test dependencies) (#1…
Browse files Browse the repository at this point in the history
…3514)

* Backport PR #13508: Fix Python test dependencies

* Backport #13515
  • Loading branch information
fcollonval committed Dec 1, 2022
1 parent 8320672 commit 9e601d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Expand Up @@ -6,7 +6,7 @@
import pytest

pytest_plugins = [
"jupyter_server.pytest_plugin",
"pytest_jupyter.jupyter_server",
"jupyterlab_server.pytest_plugin",
"jupyterlab.pytest_plugin",
]
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11

[options]
zip_safe = False
Expand Down Expand Up @@ -53,10 +54,10 @@ test =
pytest-cov
pytest-console-scripts
pytest-check-links>=0.5
pytest-jupyter>=0.5.3
requests
requests_cache
virtualenv
ui-tests = build

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 9e601d6

Please sign in to comment.