Loading pkgs/development/python-modules/pytest-shared-session-scope/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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; Loading Loading
pkgs/development/python-modules/pytest-shared-session-scope/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; Loading @@ -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; Loading