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

* backblaze-b2: skip broken tests causing build failure

* backblaze-b2: override pytest version to 7
This commit is contained in:
Aly Raffauf 2024-03-27 19:46:50 -04:00 committed by GitHub
parent fa03b03349
commit c9c6734202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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 = ''