mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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:
parent
fa03b03349
commit
c9c6734202
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user