From 9e601d60a62c8a2ade5dd16ddd35b5fcf75663b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Thu, 1 Dec 2022 09:00:01 +0100 Subject: [PATCH] Backport PR #13508 on branch 3.6.x (Fix Python test dependencies) (#13514) * Backport PR #13508: Fix Python test dependencies * Backport https://github.com/jupyterlab/jupyterlab/pull/13515 --- conftest.py | 2 +- setup.cfg | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conftest.py b/conftest.py index 780004cbca79..468480a387e3 100644 --- a/conftest.py +++ b/conftest.py @@ -6,7 +6,7 @@ import pytest pytest_plugins = [ - "jupyter_server.pytest_plugin", + "pytest_jupyter.jupyter_server", "jupyterlab_server.pytest_plugin", "jupyterlab.pytest_plugin", ] diff --git a/setup.cfg b/setup.cfg index 0201e78ceb1b..fe1150fd2634 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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 =