Changeset bc7a9a4b in trunk


Ignore:
Timestamp:
2021-03-09T15:40:49Z (4 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
6e9a3fa3
Parents:
226b619
git-author:
Itamar Turner-Trauring <itamar@…> (2021-03-09 15:38:49)
git-committer:
Itamar Turner-Trauring <itamar@…> (2021-03-09 15:40:49)
Message:

Try to fix Nix a different way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified nix/tahoe-lafs.nix

    r226b619 rbc7a9a4b  
    2525
    2626    # Many of these tests don't properly skip when i2p or tor dependencies are
    27     # not supplied (and we are not supplying them).
     27    # not supplied (and we are not supplying them). test_client.py fails because
     28    # version is "unknown" on Nix.
     29    # see https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3629 for the latter.
    2830    rm src/allmydata/test/test_i2p_provider.py
    2931    rm src/allmydata/test/test_connections.py
    3032    rm src/allmydata/test/cli/test_create.py
     33    rm src/allmydata/test/test_client.py
     34
     35    # Since we're deleting files, this complains they're missing. For now Nix
     36    # is Python 2-only, anyway, so these tests don't add anything yet.
     37    rm src/allmydata/test/test_python3.py
    3138  '';
    3239
Note: See TracChangeset for help on using the changeset viewer.