Commit Graph

13035 Commits

Author SHA1 Message Date
Itamar Turner-Trauring 4ff8a2a09c Pretty sure reactor implements IReactorSocket on Windows on Python 3, but that's
still not enough for this functionality to work (and it might be a Twisted bug).
2021-05-05 12:59:06 -04:00
Itamar Turner-Trauring da5c38b7ca Fix a NameError. 2021-05-05 12:39:42 -04:00
Itamar Turner-Trauring f645715b15 Put off pypy3 to a later ticket. 2021-05-05 11:59:06 -04:00
Itamar Turner-Trauring 8af84b7a0c Fix tests on Python 3.9 (apparently encoding is no-op on Python 3, and Python
always assumes utf-8 by default anyway for JSON).
2021-05-05 11:57:13 -04:00
Itamar Turner-Trauring fa0ec99052 Maybe newer Twisted is OK, IOCP was supposedly moved out. 2021-05-05 11:43:59 -04:00
Itamar Turner-Trauring fa4be104a6 New name for module. 2021-05-05 11:31:19 -04:00
Itamar Turner-Trauring 1ed24a1616 This API is irrelevant in Python 2.5 or later, and not present in newer Python 3. 2021-05-05 11:22:17 -04:00
Itamar Turner-Trauring 65159c9961 Use modern (and actually correct on Windows!) API for getting CPU time. 2021-05-05 10:37:49 -04:00
Itamar Turner-Trauring 30c03d085e Newer versions of setuptools and pip, to work better with newer Pythons. 2021-05-05 10:34:10 -04:00
Itamar Turner-Trauring 293f372ea4 Version of Twisted that doesn't break on Python 3 with Windows. 2021-05-05 10:17:13 -04:00
Itamar Turner-Trauring ebedc660bd Note coverage explicitly in envlist. 2021-05-05 10:12:42 -04:00
Itamar Turner-Trauring ea2db971a6 Try to make GitHub Actions automatically use appropriate Tox envs by using
`tox-gh-actions` package.
2021-05-05 10:06:35 -04:00
Itamar Turner-Trauring 8f997870c8 Test newer versions of Python 3, as well as PyPy 3. 2021-05-05 09:47:28 -04:00
Itamar Turner-Trauring 73726a99a5
Merge pull request #1052 from tahoe-lafs/3692.cli-tests-python-3
Finish porting CLI tests to Python 3

Fixes ticket:3692
2021-05-05 09:36:25 -04:00
Itamar Turner-Trauring 90240ae5ef Tests pass on Python 3. 2021-05-04 12:03:12 -04:00
Itamar Turner-Trauring 07b58e3619 All tests pass on Python 3. 2021-05-04 11:34:58 -04:00
Itamar Turner-Trauring cc176342d4 Some progress towards test_system.py fully running on Python 3. 2021-05-04 11:22:12 -04:00
Itamar Turner-Trauring 9436cdeed2
Merge pull request #1051 from tahoe-lafs/3691.cli-tests-python-3
Port more CLI tests to Python 3

Fixes ticket:3691
2021-05-04 11:00:04 -04:00
Itamar Turner-Trauring 7411da1b88 Port to Python 3. 2021-05-04 10:57:45 -04:00
Itamar Turner-Trauring 4c6d55b260 Port to Python 3. 2021-05-04 10:52:55 -04:00
Itamar Turner-Trauring c589e97cde All tests pass on Python 3. 2021-05-04 10:40:43 -04:00
Itamar Turner-Trauring a4af4d8e5b Even more passing tests on Python 3. 2021-05-04 10:36:27 -04:00
Itamar Turner-Trauring deaaa8c727 More tests passing on Python 3. 2021-05-04 10:27:26 -04:00
Itamar Turner-Trauring 75deef906d More progress towards running tests on Python 3. 2021-05-04 10:12:07 -04:00
Itamar Turner-Trauring bf77b5256e Merge branch '3691.cli-tests-python-3' into 3692.cli-tests-python-3 2021-05-04 10:04:49 -04:00
Itamar Turner-Trauring 91f8575d29 News file 2021-05-04 10:04:45 -04:00
Itamar Turner-Trauring 7349855ce4 Move unicode conversion higher up. 2021-05-04 10:00:27 -04:00
Itamar Turner-Trauring ae739dfd9e Python 3 updates. 2021-05-03 11:48:02 -04:00
Itamar Turner-Trauring d3be3ce1e6 Start making tests pass on Python 3. 2021-05-03 11:43:31 -04:00
Itamar Turner-Trauring 1f70d5c13a Port to Python 3. 2021-05-03 11:21:23 -04:00
Itamar Turner-Trauring f9ae91a94e Tests pass on Python 3. 2021-05-03 11:20:16 -04:00
Itamar Turner-Trauring 02edef01a9 News file. 2021-05-03 11:15:24 -04:00
Itamar Turner-Trauring a7d4fed1ba Port to Python 3. 2021-05-03 11:15:10 -04:00
Itamar Turner-Trauring 9dcfa2171e Tests pass on Python 3. 2021-05-03 11:13:27 -04:00
Itamar Turner-Trauring 2b751c44db Port to Python 3. 2021-05-03 11:10:54 -04:00
Itamar Turner-Trauring 94b42b7c89
Merge pull request #1050 from tahoe-lafs/3687.cli-tests-python-3
Port more CLI tests to Python 3

Fixes ticket:3687
Fixes ticket:3679
2021-05-03 10:47:59 -04:00
Itamar Turner-Trauring c275f9ae54 Tests pass on Python 3. 2021-05-03 10:47:30 -04:00
Itamar Turner-Trauring f1128bfd2e Merge remote-tracking branch 'origin/master' into 3687.cli-tests-python-3 2021-05-03 10:28:31 -04:00
Itamar Turner-Trauring 99543877d6 Fix flake. 2021-05-03 10:27:43 -04:00
Itamar Turner-Trauring b3ede6b9f2 Nicer way to say the same thing. 2021-05-03 10:25:48 -04:00
Itamar Turner-Trauring f6b5628ce1 Port to Python 3. 2021-04-30 11:33:51 -04:00
Itamar Turner-Trauring 463f9fe802 Tests pass on Python 3. 2021-04-30 11:31:25 -04:00
Itamar Turner-Trauring 4eb9be1996 News file. 2021-04-30 11:17:09 -04:00
Itamar Turner-Trauring da8e0d61aa Port to Python 3. 2021-04-30 11:15:48 -04:00
Itamar Turner-Trauring bab79d13a0
Merge pull request #1045 from tahoe-lafs/3678.cli-tests-python-3
Port allmydata.tests.cli.test_check to Python 3

Fixes ticket:3678
2021-04-30 11:08:55 -04:00
Itamar Turner-Trauring 3846df8e4f All test_create_alias tests pass on Python 3. 2021-04-30 11:06:31 -04:00
Itamar Turner-Trauring 46c03f6b75 Remove duplication, and add support for testing cases where stdin/stdout/stderr
have to be bytes.
2021-04-30 11:05:56 -04:00
Itamar Turner-Trauring 2f6535e26e First test passes on Python 3. 2021-04-30 10:33:59 -04:00
Itamar Turner-Trauring e48d85dd8b Merge branch '3679.more-cli-tests-python-3' into 3687.cli-tests-python-3 2021-04-30 10:22:47 -04:00
Itamar Turner-Trauring e56a8cc1f3 Merge branch '3678.cli-tests-python-3' into 3679.more-cli-tests-python-3 2021-04-30 10:20:27 -04:00