python3Packages.pytest-jupyter: 0.10.1 -> 0.11.0

https://github.com/jupyter-server/pytest-jupyter/releases/tag/v0.11.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:06 +01:00
parent cc18b5cffe
commit e8e66d339c
@@ -24,14 +24,14 @@
let
self = buildPythonPackage rec {
pname = "pytest-jupyter";
version = "0.10.1";
version = "0.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pytest-jupyter";
tag = "v${version}";
hash = "sha256-RTpXBbVCRj0oyZ1TXXDv3M7sAI4kA6f3ouzTr0rXjwY=";
hash = "sha256-x3Q9Ei4WIMDjjrYfWees30eooWep60EljGYyUyypxqQ=";
};
nativeBuildInputs = [ hatchling ];
@@ -69,7 +69,7 @@ let
};
meta = {
changelog = "https://github.com/jupyter-server/pytest-jupyter/releases/tag/v${version}";
changelog = "https://github.com/jupyter-server/pytest-jupyter/releases/tag/${src.tag}";
description = "Pytest plugin for testing Jupyter core libraries and extensions";
homepage = "https://github.com/jupyter-server/pytest-jupyter";
license = lib.licenses.bsd3;