From 4a051121cf16a033f04d1a901f7960a3376ad84d Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 11 Dec 2019 13:51:40 -0500 Subject: [PATCH] Clean up some more tests that fail without a .git --- nix/tahoe-lafs.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 81db6405f..077996f0a 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -22,12 +22,16 @@ python.pkgs.buildPythonPackage rec { done # Some tests are flaky or fail to skip when dependencies are missing. + # This list is over-zealous because it's more work to disable individual + # tests with in a module. rm src/allmydata/test/test_system.py rm src/allmydata/test/test_i2p_provider.py rm src/allmydata/test/test_connections.py rm src/allmydata/test/cli/test_create.py rm src/allmydata/test/test_eliotutil.py rm src/allmydata/test/test_iputil.py + rm src/allmydata/test/test_client.py + rm src/allmydata/test/test_runner.py '';