mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 13:02:56 +00:00
Use Python 3.12 for internal code (#2222)
* Use Python 3.12 for internal code * Add changelog entry
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
import logging
|
||||
import time
|
||||
from typing import Optional
|
||||
|
||||
import pytest # type: ignore
|
||||
import requests
|
||||
@@ -32,7 +31,7 @@ LOGGER = logging.getLogger(__name__)
|
||||
def test_start_notebook(
|
||||
container: TrackedContainer,
|
||||
http_client: requests.Session,
|
||||
env: Optional[list[str]],
|
||||
env: list[str] | None,
|
||||
expected_command: str,
|
||||
expected_start: bool,
|
||||
expected_warnings: list[str],
|
||||
|
Reference in New Issue
Block a user