Changeset bc7a9a4b in trunk
- Timestamp:
- 2021-03-09T15:40:49Z (4 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified nix/tahoe-lafs.nix ¶
r226b619 rbc7a9a4b 25 25 26 26 # 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. 28 30 rm src/allmydata/test/test_i2p_provider.py 29 31 rm src/allmydata/test/test_connections.py 30 32 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 31 38 ''; 32 39
Note: See TracChangeset
for help on using the changeset viewer.