Itamar Turner-Trauring
6517cd4a48
Fix lint found by ruff.
2023-04-17 10:22:27 -04:00
Itamar Turner-Trauring
aafbb00333
Use ruff for trailing whitespace.
2023-04-17 10:10:09 -04:00
Itamar Turner-Trauring
796fc5bdc5
Fix lint.
2023-03-24 15:27:51 -04:00
Itamar Turner-Trauring
f4255cdaa3
More accurate names.
2023-02-07 09:03:45 -05:00
Itamar Turner-Trauring
a765d8a35b
Unused.
2023-01-12 11:18:05 -05:00
Itamar Turner-Trauring
dd89ca6d4f
Another approach.
2023-01-12 10:36:39 -05:00
meejah
6bb46a832b
flake8
2022-10-02 18:52:57 -06:00
meejah
a22be070b8
version-updating script
2022-10-02 14:51:29 -06:00
Itamar Turner-Trauring
77e7f80a1a
Try to update to Python 3.
2022-02-14 11:30:19 -05:00
Itamar Turner-Trauring
54996185de
No longer used.
2022-01-25 10:06:05 -05:00
Itamar Turner-Trauring
8eb6ab4765
Switch to Python 3.7 as minimal version.
2022-01-24 10:42:09 -05:00
Jean-Paul Calderone
1aae92b18e
Get rid of getmem.py
helper
...
Platforms provide an interface for retrieving this information. Just use
those interfaces instead.
2021-10-15 11:47:05 -04:00
Jean-Paul Calderone
1b8e013991
Get rid of check_speed
...
The motivation and justification here are roughly the same as for
`check_memory`.
2021-10-15 11:46:34 -04:00
Jean-Paul Calderone
347377aaab
Get rid of check_memory
which depends on the control port
...
This was some kind of memory usage analysis tool. It depends on the control
port so it cannot work after I delete the control port. The code itself is
messy, undocumented, and has no automated tests. I don't know if it works at
all anymore. Even if it does, no one ever runs it.
Measuring Tahoe-LAFS' memory usage over the course of maintenance and
development is a lovely idea but the project has not managed to adopt (or
maintain?) that practice based on this tool. Given sufficient interest we can
resurrect this idea using a more streamlined process and less invasive tools
in the future.
2021-10-15 11:43:34 -04:00
Sajith Sasidharan
65a1040fe8
Update references to the mailing list
...
New list is tahoe-dev@lists.tahoe-lafs.org , list info page is at
https://lists.tahoe-lafs.org/mailman/listinfo/tahoe-dev , and list
archives are now at https://lists.tahoe-lafs.org/pipermail/tahoe-dev/ .
Sadly message numbers in list archive seem to have changed, so
updating references to list archive is not as simple as prefixing
`list.`
2021-08-31 09:58:43 -04:00
Itamar Turner-Trauring
3f98349cd9
Limit Pickle protocol to version supported by Python 2.
2021-06-16 11:53:25 -04:00
Itamar Turner-Trauring
28220d8a16
Switch to pylint instead of custom AST parsing that wouldn't work on Python 3.
2021-06-14 11:24:10 -04:00
Itamar Turner-Trauring
744f9bab4e
Works fine on Python 3.
2021-06-14 10:55:49 -04:00
Itamar Turner-Trauring
4711c9fda3
More flake fixes.
2021-05-07 09:44:44 -04:00
Itamar Turner-Trauring
ae7680759d
Another checker script.
2021-04-06 10:22:47 -04:00
Itamar Turner-Trauring
84e32882b4
These don't belong in tests module.
2021-04-05 11:30:33 -04:00
Itamar Turner-Trauring
938fdb05c9
putChild should always be bytes.
2021-02-23 09:18:01 -05:00
Itamar Turner-Trauring
4c5ea34af6
More passing tests on Python 3.
2021-01-22 15:07:03 -05:00
Jean-Paul Calderone
e6a09fa444
Don't check check-debugging.py
2020-11-27 16:28:23 -05:00
Jean-Paul Calderone
78f0d76099
get rid of the PYTHONWARNINGS-inspecting code
2020-10-27 14:25:20 -04:00
Jean-Paul Calderone
5f10f1e382
Remove Nevow from the tool version helper
2020-10-21 10:17:21 -04:00
Ross Patterson
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
Ross Patterson
921416cba2
test(py3): Add diff tests convenience targets
2020-09-30 12:14:06 -07:00
Ross Patterson
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
Itamar Turner-Trauring
cc7a3bc2b5
Audit script to find potentially broken for loops.
2020-09-28 11:54:21 -04:00
Jason R. Coombs
5a40bf47f4
Convert print statements to print functions, even when commented. Fixes #3408 .
2020-09-11 14:50:44 -04:00
Chad Whitacre
96e3d94172
Fold py36 back into normal tox run
...
This removes the individual-test-based ratchet.
2020-08-13 05:55:48 -04:00
Maciej Fijalkowski
820586cadb
try a bit harder to properly merge master
2020-08-12 18:27:50 +02:00
Maciej Fijalkowski
c37a2b0a89
maybe this is the magic incantation
2020-08-12 18:15:14 +02:00
Maciej Fijalkowski
a4a44fe112
make some changes to an opaque binary file
2020-08-12 18:02:00 +02:00
Maciej Fijalkowski
32a17caddb
maybe that's how it should be?
2020-08-12 17:50:40 +02:00
Maciej Fijalkowski
c21acc64f0
merge master
2020-08-12 15:42:00 +02:00
Maciej Fijalkowski
9c4e68e0a7
maybe that's how you use subunit2pyunit
2020-08-12 15:33:54 +02:00
Jean-Paul Calderone
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
Itamar Turner-Trauring
202a7cf975
Merge remote-tracking branch 'origin/master' into 3370.happiness-upload-python-3
2020-08-11 14:53:34 -04:00
Jean-Paul Calderone
f4e1062aa4
Merge remote-tracking branch 'origin/master' into 3336.py36-off-travis
2020-08-10 09:13:01 -04:00
Jean-Paul Calderone
971bca7402
--rterrors is broken with subunitreporter on python 3
2020-08-07 23:51:15 -04:00
Jean-Paul Calderone
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
Jean-Paul Calderone
f8e44acdef
did it get written
2020-08-07 23:27:36 -04:00
Jean-Paul Calderone
ef3cbebe43
Perhaps get this path right
2020-08-07 22:57:59 -04:00
Jean-Paul Calderone
fe850e7240
redirecting to a file seems to help
2020-08-07 22:45:33 -04:00
Jean-Paul Calderone
8d1798fbb6
is the pager screwing up?
2020-08-07 22:26:39 -04:00
Jean-Paul Calderone
9af1e741d8
that was kind of annoyingly non-illuminating
2020-08-07 22:21:53 -04:00
Jean-Paul Calderone
a758b84e15
handling this elsewhere
2020-08-07 22:21:53 -04:00
Jean-Paul Calderone
107861802b
idk maybe this
2020-08-07 21:18:29 -04:00