From e41d029afaef119920ec03d7e64ae5909844ad3b Mon Sep 17 00:00:00 2001 From: MeeseeksMachine <39504233+meeseeksmachine@users.noreply.github.com> Date: Fri, 16 Dec 2022 16:16:07 +0100 Subject: [PATCH] Backport PR #13514: Backport PR #13508 on branch 3.6.x (Fix Python test dependencies) (#13608) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Frédéric Collonval --- 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 21b21b3f4183..aa56ef039f9c 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 @@ -52,10 +53,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 =