From 8ee07d58ee162a23140c91f5a120e4de3e06b88a Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Tue, 15 Dec 2020 09:50:09 -0500 Subject: [PATCH] Fix Nix build. --- nix/tahoe-lafs.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index cd7027988..eff4ad257 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -23,17 +23,12 @@ python.pkgs.buildPythonPackage rec { # This list is over-zealous because it's more work to disable individual # tests with in a module. - # test_system is a lot of integration-style tests that do a lot of real - # networking between many processes. They sometimes fail spuriously. - rm src/allmydata/test/test_system.py - # Many of these tests don't properly skip when i2p or tor dependencies are # not supplied (and we are not supplying them). 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_client.py - rm src/allmydata/test/test_runner.py # Some eliot code changes behavior based on whether stdout is a tty or not # and fails when it is not.