diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2021-12-07 22:34:33 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2021-12-14 12:04:17 -0800 |
| commit | 2399895e7057a5399654435a76c526c0c7b464f6 (patch) | |
| tree | df7a29ae84f81be750b7a5f74a36a295a3fd5d47 /pkgs/development/python-modules/devtools | |
| parent | python3Packages.cocotb: fix tests (diff) | |
| download | nixpkgs-2399895e7057a5399654435a76c526c0c7b464f6.tar.gz | |
python3Packages.devtools: fix tests
Diffstat (limited to 'pkgs/development/python-modules/devtools')
| -rw-r--r-- | pkgs/development/python-modules/devtools/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/devtools/default.nix b/pkgs/development/python-modules/devtools/default.nix index 98f446315d91..5d4f0871bf78 100644 --- a/pkgs/development/python-modules/devtools/default.nix +++ b/pkgs/development/python-modules/devtools/default.nix @@ -37,6 +37,8 @@ buildPythonPackage rec { disabledTests = [ # Test for Windows32 "test_print_subprocess" + # sensitive to timing + "test_multiple_not_verbose" ]; pythonImportsCheck = [ |
