mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] python3Packages.locust-cloud: disable set of flaky tests (#538270)
This commit is contained in:
commit
736070fcf2
1 changed files with 2 additions and 6 deletions
|
|
@ -58,17 +58,13 @@ buildPythonPackage rec {
|
|||
export LOCUSTCLOUD_PASSWORD=dummy
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# AssertionError
|
||||
"test_recursive_imports"
|
||||
"test_from_import_file"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# Tests require network access
|
||||
"tests/web_login_test.py"
|
||||
"tests/cloud_test.py"
|
||||
"tests/websocket_test.py"
|
||||
# AssertionError
|
||||
"tests/import_finder_test.py"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue