Unverified Commit 1fcecc38 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pytest-shared-session-scope: 0.5.0 -> 0.5.1 (#437742)

parents a879e1ee e9a76a7b
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -13,22 +13,16 @@

buildPythonPackage rec {
  pname = "pytest-shared-session-scope";
  version = "0.5.0";
  version = "0.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "StefanBRas";
    repo = "pytest-shared-session-scope";
    tag = "v${version}";
    hash = "sha256-/26iwaV6E15TWrObIvXE4AipEboe1gv6WYu4BndPtUs=";
    hash = "sha256-HB8RuF/+BmW3KBZ7C8EpUMuBntvcjSsrkLUiBvPwcf8=";
  };

  postPatch = ''
    # https://github.com/StefanBRas/pytest-shared-session-scope/issues/39
    substituteInPlace src/pytest_shared_session_scope/_scheduler.py \
      --replace-fail parse_spec_config parse_tx_spec_config
  '';

  build-system = [ hatchling ];

  dependencies = [