Unverified Commit c9c67342 authored by Aly Raffauf's avatar Aly Raffauf Committed by GitHub
Browse files

backblaze-b2: skip broken tests causing build failure (#299394)

* backblaze-b2: skip broken tests causing build failure

* backblaze-b2: override pytest version to 7
parent fa03b033
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -46,7 +46,9 @@ python3Packages.buildPythonApplication rec {
    backoff
    more-itertools
    pexpect
    pytestCheckHook

    # backblaze-b2 requires pytest 7 to complete tests.
    (pytestCheckHook.override { pytest = pytest_7; })
  ];

  preCheck = ''