Commit Graph

81 Commits

Author SHA1 Message Date
95f2d53f92 chore(refs #3455) Address feedback, BBB comments
https://github.com/tahoe-lafs/tahoe-lafs/pull/845#issuecomment-704469561
2020-10-07 12:28:41 -07:00
921416cba2 test(py3): Add diff tests convenience targets 2020-09-30 12:14:06 -07:00
b6af065881 test(py3): Move temporary porting utilities
Move some Python 3 porting utility targets out of the root `./Makefile` and into the
appropriate `./misc/*/` directory.
2020-09-30 11:47:17 -07:00
cc7a3bc2b5 Audit script to find potentially broken for loops. 2020-09-28 11:54:21 -04:00
96e3d94172 Fold py36 back into normal tox run
This removes the individual-test-based ratchet.
2020-08-13 05:55:48 -04:00
820586cadb try a bit harder to properly merge master 2020-08-12 18:27:50 +02:00
c37a2b0a89 maybe this is the magic incantation 2020-08-12 18:15:14 +02:00
a4a44fe112 make some changes to an opaque binary file 2020-08-12 18:02:00 +02:00
32a17caddb maybe that's how it should be? 2020-08-12 17:50:40 +02:00
c21acc64f0 merge master 2020-08-12 15:42:00 +02:00
9c4e68e0a7 maybe that's how you use subunit2pyunit 2020-08-12 15:33:54 +02:00
726dfb42b1 Merge pull request #747 from tahoe-lafs/3336.py36-off-travis
Move Python 3.6 CI onto CircleCI

Fixes: ticket:3336
2020-08-11 19:10:33 -04:00
202a7cf975 Merge remote-tracking branch 'origin/master' into 3370.happiness-upload-python-3 2020-08-11 14:53:34 -04:00
f4e1062aa4 Merge remote-tracking branch 'origin/master' into 3336.py36-off-travis 2020-08-10 09:13:01 -04:00
971bca7402 --rterrors is broken with subunitreporter on python 3 2020-08-07 23:51:15 -04:00
c17337e732 We get passed an env var that tells us how to run trial
Also temp-dir made no difference and don't need the find either.
2020-08-07 23:47:11 -04:00
f8e44acdef did it get written 2020-08-07 23:27:36 -04:00
ef3cbebe43 Perhaps get this path right 2020-08-07 22:57:59 -04:00
fe850e7240 redirecting to a file seems to help 2020-08-07 22:45:33 -04:00
8d1798fbb6 is the pager screwing up? 2020-08-07 22:26:39 -04:00
9af1e741d8 that was kind of annoyingly non-illuminating 2020-08-07 22:21:53 -04:00
a758b84e15 handling this elsewhere 2020-08-07 22:21:53 -04:00
107861802b idk maybe this 2020-08-07 21:18:29 -04:00
8b44b89f75 oi 2020-08-07 18:33:35 -04:00
7c92278524 getting ridiculous 2020-08-07 15:52:57 -04:00
b1e67774b4 Try getting the _trial_temp out of the working tree 2020-08-07 15:46:46 -04:00
1f3d246567 try to get more info 2020-08-07 15:13:33 -04:00
5736f9cdeb Let's just see, for fun 2020-08-07 14:31:32 -04:00
d6a80c891a try to understand the CI failures 2020-08-07 13:39:51 -04:00
f53ea4579d Merge remote-tracking branch 'origin/master' into 3365.log-python-3 2020-08-06 17:03:27 -04:00
d8f74770eb Port to Python 3. 2020-08-06 16:38:19 -04:00
ff5cfe0c71 Update ratchet with new test. 2020-08-06 16:15:31 -04:00
11c7841cd7 Merge pull request #760 from tahoe-lafs/3364.crypto-python-3
Fixes ticket:3364

Port allmydata.crypto to Python 3
2020-08-05 11:26:30 -04:00
aeb681a854 hopefully fix the ratchet files 2020-08-04 15:49:55 +02:00
5fcc8c65db add passing ratchet tests 2020-08-04 11:15:44 +02:00
2a623e0b05 Port to Python 3. 2020-08-03 14:13:16 -04:00
c0cabeaca0 Update ratchet. 2020-08-03 11:08:16 -04:00
3a6587971a Ratchet. 2020-07-29 14:51:11 -04:00
9e4eda6912 Merge pull request #756 from tahoe-lafs/3359.statistics-python-3
Port statistics and dictutil to Python 3

Fixes ticket:3359
2020-07-29 13:16:17 -04:00
4fdcd06fbd Another passing test for the ratchet. 2020-07-28 10:48:17 -04:00
058a76dc85 Ratchet, and news file. 2020-07-27 15:58:28 -04:00
0071c1a48d More passing tests. 2020-07-27 13:08:25 -04:00
e681ca1cb9 Merge pull request #754 from tahoe-lafs/3357.version_checks-py3
Port version_checks to Python 3

Fixes ticket:3357
2020-07-27 12:36:28 -04:00
11cd30c425 Merge remote-tracking branch 'origin/master' into 3357.version_checks-py3 2020-07-24 14:50:39 -04:00
e0d3e46683 Merge remote-tracking branch 'origin/master' into 3351.spans-python-3 2020-07-24 14:48:33 -04:00
337a4381bb Finish port to Python 3. 2020-07-24 14:31:36 -04:00
65500de72f Merge remote-tracking branch 'origin/master' into 3346.abbreviate-and-time_format-py3 2020-07-24 14:13:28 -04:00
8bcd6dd34b Merge branch 'master' into 3346.abbreviate-and-time_format-py3 2020-07-24 11:10:38 -04:00
dd4737f20c Merge branch 'master' into 3353.observer-and-pipeline-py3 2020-07-24 11:08:08 -04:00
d23394b35c Merge remote-tracking branch 'origin/master' into 3346.abbreviate-and-time_format-py3 2020-07-23 12:27:06 -04:00