python3Packages.pytest-shared-session-scope: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm
2025-08-19 17:07:34 +00:00
parent c4e45b5638
commit 5d339eed53
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pytest-shared-session-scope";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "StefanBRas";
repo = "pytest-shared-session-scope";
tag = "v${version}";
hash = "sha256-cG4RUwQwo7RyOQDCP54gGTLhnJtHTo5iQh8MjNRZ4HI=";
hash = "sha256-/26iwaV6E15TWrObIvXE4AipEboe1gv6WYu4BndPtUs=";
};
build-system = [ hatchling ];
@@ -40,7 +40,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "pytest_shared_session_scope" ];
meta = {
changelog = "https://github.com/StefanBRas/pytest-shared-session-scope/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/StefanBRas/pytest-shared-session-scope/blob/${src.tag}/CHANGELOG.md";
description = "Pytest session-scoped fixture that works with xdist";
homepage = "https://pypi.org/project/pytest-shared-session-scope/";
license = lib.licenses.mit;