mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
borgbackup: disable racy test
https://github.com/borgbackup/borg/issues/6573
This commit is contained in:
parent
9f340b5bf1
commit
c2d2758147
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
"--numprocesses" "$NIX_BUILD_CORES"
|
||||
"--benchmark-skip"
|
||||
"--pyargs" "borg.testsuite"
|
||||
];
|
||||
|
@ -109,6 +108,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||
"test_get_keys_dir"
|
||||
"test_get_security_dir"
|
||||
"test_get_config_dir"
|
||||
# https://github.com/borgbackup/borg/issues/6573
|
||||
"test_basic_functionality"
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
|
|
Loading…
Reference in a new issue