Florian Sesser
869c166db2
GitHub Actions: Don't run the Pypy 3.8 job anymore.
...
Fixes ticket: 4130.
2024-11-19 23:05:03 +00:00
meejah
e27a8300d9
Merge pull request #1388 from meejah/4115.fix-ci-typechecks
...
4115: work around MyPy and treq for codechecks CI
2024-11-18 15:14:26 -07:00
meejah
074b6a6947
remove need for mypy override
2024-11-18 13:34:46 -07:00
Florian Sesser
7417cdb01c
MyPy in tests: Ignore StubTreq being a stub and not having all the attrs
2024-11-18 12:09:10 +00:00
Florian Sesser
5bcfa6fe03
Revert "Different fix for MyPy complaining about StubTreq"
...
This reverts commit 1985eaac01
.
It was pacifying MyPy but breaking the unit test at runtime.
2024-11-18 12:08:16 +00:00
Florian Sesser
1985eaac01
Different fix for MyPy complaining about StubTreq
2024-11-18 11:49:19 +00:00
Florian Sesser
8d31ebe09e
Revert "MyPy in tests: Ignore StubTreq being a stub and not having all the attrs"
...
This reverts commit 7efc31d552
.
Greetings @meejah! This is mostly to show you (in CI) the type error that MyPy
reports for StubTreq in the tests and that it has nothing to do with the
earlier changing changing type annotations in the code.
2024-11-18 10:00:06 +00:00
meejah
b122cd05e5
Merge pull request #1387 from hacklschorsch/raise-ci-timeouts
...
4126 - SystemTest: 5min instead of 3min timeout
2024-11-15 09:23:49 -07:00
Florian Sesser
645f56c1cb
News
2024-11-15 15:15:54 +00:00
Florian Sesser
549cb8e0ba
Integration tests: 5min instead of 3min timeout
...
Recently, mostly on CircleCI, the CI test suite runs into
timeouts, often leading to subsequent "Dirty Reactor" errors.
Increasing the timeout makes this happen less often.
Refs ticket: 4085, 4022, 2994
2024-11-15 14:46:17 +00:00
Florian Sesser
13fb05af61
Add news
2024-11-14 12:08:11 +00:00
Florian Sesser
0b1387592b
Remove now-unused imports to fix codechecks
2024-11-14 12:04:01 +00:00
Florian Sesser
7efc31d552
MyPy in tests: Ignore StubTreq being a stub and not having all the attrs
2024-11-14 11:58:06 +00:00
Florian Sesser
4f20612f3c
This pacifies mypy regarding treq/StubTreq for me
...
Lots of trial and error, incl. trying the latest treq which
ships type annotations... in the end I just removed the stuff
mypy was complaining about and it made the errors go away.
Can it be as simple as that?
2024-11-14 11:51:12 +00:00
meejah
6cf67471f1
Merge pull request #1383 from hacklschorsch/fix-windos-ci
...
4114: Fix windows CI
2024-11-08 11:05:27 -07:00
Florian Sesser
aedd948247
grammar
2024-11-08 13:26:47 +00:00
Florian Sesser
8f90e6fe0b
Add news.
2024-11-08 13:24:36 +00:00
Florian Sesser
73d42c74ed
cleanup
2024-11-08 13:17:29 +00:00
Florian Sesser
92e195d28f
Windows server 2022 current image has python 3.9 and 3.12 installed
2024-11-08 13:00:17 +00:00
Florian Sesser
0d196efc31
We need the _version.py file in any case, even if we use the cache.
2024-11-08 12:50:47 +00:00
Florian Sesser
151cd2b13a
Flick a byte in setup.py in order to rotate the CircleCI cache key
2024-11-08 12:11:28 +00:00
Florian Sesser
2efa78e426
Work around Windows 2022 _version.py writing race
2024-11-08 12:11:28 +00:00
Florian Sesser
e49eba3df0
Move tool versions step down a bit to where we actually have all these tools
2024-11-08 12:11:28 +00:00
meejah
a26782e81b
YOLO windows image
2024-11-08 12:11:28 +00:00
meejah
17b2236857
Merge pull request #1380 from blaisep/4116.merge-glossary
...
Fix trac 4116 and create a global dynamic glossary
2024-10-23 16:25:47 -06:00
blaisep
2cfbfa89f1
Fix 4116 and accept reviewer's feedback
2024-10-23 15:38:51 -04:00
blaisep
06219ad669
Fix trac 4116 and create a global dynamic glossary
...
Add a global Sphinx generated glossary.
Link the static GBS glossary to the global glossary.
2024-10-17 13:16:41 -04:00
meejah
6d37fa6c9d
Merge pull request #1375 from meejah/4110.storage-dir-option
...
4110: "--storage-dir" is an option
2024-10-04 22:21:00 -06:00
meejah
0f943e6f26
grammar
2024-10-01 16:26:53 -06:00
meejah
18f5c1ae21
news
2024-09-25 20:40:53 -06:00
meejah
02734db2e1
basic test for --storage-dir
2024-09-25 20:36:40 -06:00
meejah
f3f667d761
correctly interpret --storage-dir as an option
2024-09-25 20:30:50 -06:00
meejah
a04c2b64ef
Merge pull request #1371 from hacklschorsch/3636.move-build-docs
...
3636 Documentation: Move 'build' documentation to developer section
2024-09-19 08:39:52 -06:00
Florian Sesser
581349cf29
Add empty newsfragment to make codechecks happy
2024-09-06 19:11:42 +00:00
meejah
1b1d2cc13e
Merge pull request #1373 from warner/update-expenses
...
docs: update expenses.rst with OpenCollective payments
2024-08-29 13:47:39 -06:00
Brian Warner
b218e6dfc6
docs: update expenses.rst with OpenCollective payments
2024-08-29 11:53:19 -07:00
Florian Sesser
f67c75cc92
Merge moving build docs to developer documentation
2024-08-22 17:08:51 +00:00
meejah
56c03a0efd
Merge pull request #1030 from tahoe-lafs/3636.doc-toc-reorg
...
3636 Reorganize Tahoe-LAFS manual's main page
2024-08-20 13:22:23 -04:00
meejah
6cac282817
Merge branch 'master' into 3636.doc-toc-reorg
2024-08-18 09:25:37 -04:00
Itamar Turner-Trauring
15d6de68ba
Merge pull request #1370 from tahoe-lafs/fix-ci
...
Fixes ticket:4100
Fixes ticket:4101
2024-08-16 11:13:02 -04:00
Itamar Turner-Trauring
94c15d8510
No longer limited to cryptography.
2024-08-14 10:28:56 -04:00
Itamar Turner-Trauring
73769a5b19
Merge remote-tracking branch 'origin/master' into fix-ci
2024-08-14 10:28:29 -04:00
Itamar Turner-Trauring
912662d3f7
Merge pull request #1367 from meejah/remove-future--a-detiste
...
Remove future (a-detiste)
2024-08-14 10:24:10 -04:00
Itamar Turner-Trauring
ee2b932c6a
Correct type annotations
2024-08-13 12:16:30 -04:00
Itamar Turner-Trauring
50fe6b3249
Not needed
2024-08-13 12:13:01 -04:00
Itamar Turner-Trauring
43626bf46d
Stop using directlyProvides()
2024-08-13 12:11:20 -04:00
Itamar Turner-Trauring
bb8c60278f
News fragment.
2024-08-13 11:25:43 -04:00
Itamar Turner-Trauring
b90c397649
News fragment.
2024-08-13 11:25:08 -04:00
Itamar Turner-Trauring
1539c8dd31
Remove usage of no longer available attrs API
2024-08-13 11:23:14 -04:00
meejah
7042442c97
should always be bytes
2024-08-08 17:10:30 -06:00