Fix Nix build.

This commit is contained in:
Itamar Turner-Trauring 2020-12-15 09:50:09 -05:00
parent 6a29568888
commit 8ee07d58ee
1 changed files with 0 additions and 5 deletions

View File

@ -23,17 +23,12 @@ python.pkgs.buildPythonPackage rec {
# This list is over-zealous because it's more work to disable individual # This list is over-zealous because it's more work to disable individual
# tests with in a module. # 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 # Many of these tests don't properly skip when i2p or tor dependencies are
# not supplied (and we are not supplying them). # not supplied (and we are not supplying them).
rm src/allmydata/test/test_i2p_provider.py rm src/allmydata/test/test_i2p_provider.py
rm src/allmydata/test/test_connections.py rm src/allmydata/test/test_connections.py
rm src/allmydata/test/cli/test_create.py rm src/allmydata/test/cli/test_create.py
rm src/allmydata/test/test_client.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 # Some eliot code changes behavior based on whether stdout is a tty or not
# and fails when it is not. # and fails when it is not.