Unverified Commit fab8d248 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #251438 from sikmir/testinfra

python3Packages.pytest-testinfra: 8.1.0 → 9.0.0
parents fe907aa3 dd495f42
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

buildPythonPackage rec {
  pname = "pytest-testinfra";
  version = "8.1.0";
  version = "9.0.0";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-m0CCi1j7esK/8pzBRlk0rfQ08Q3VoQj2BTXe5SZgpj0=";
    hash = "sha256-UxGzaeBUaSD85GTDv5RbVevnWhJ1aPbWFelLiJE0AUk=";
  };

  nativeBuildInputs = [
@@ -34,7 +34,7 @@ buildPythonPackage rec {
  ];

  # markers don't get added when docker is not available (leads to warnings):
  # https://github.com/pytest-dev/pytest-testinfra/blob/8.1.0/test/conftest.py#L228
  # https://github.com/pytest-dev/pytest-testinfra/blob/9.0.0/test/conftest.py#L223
  preCheck = ''
    export HOME=$(mktemp -d)
    sed -i '54imarkers = \