Commit Graph

15967 Commits

Author SHA1 Message Date
meejah
4386a0ee41 do we even need to? 2024-12-06 13:17:52 -07:00
meejah
0d85384dfc arrrrg 2024-12-06 13:17:52 -07:00
meejah
6a89b0263b less less care 2024-12-06 13:17:52 -07:00
meejah
cbe103edaf less care 2024-12-06 13:17:52 -07:00
meejah
3dfc48bcf4 why do we care about this cache? 2024-12-06 13:17:52 -07:00
meejah
02a73833ea key wrong? 2024-12-06 13:17:52 -07:00
meejah
b39fb229b3 fix? 2024-12-06 13:17:52 -07:00
meejah
4d9e628469 replace build system with hatchling 2024-12-06 13:17:38 -07:00
meejah
dfd14f7558 news 2024-12-06 13:17:38 -07:00
Benoit Donneaux
de355ec634 Remove nixpkgs override and the lib we no longer use
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-06 00:35:02 +01:00
Benoit Donneaux
b5d54c2184 Add news fragment about fixing the Nix CI
Co-authored-by: Florian Sesser <florian@leastauthority.com>
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-05 15:20:12 +01:00
Florian Sesser
cf82b0b3fa Patch _version.py
Courtesy of the ZKAPAuthorizer nix expressions
2024-12-05 12:06:07 +01:00
Florian Sesser
af8e84fc76 Spell txi2p correctly 2024-12-05 12:06:07 +01:00
Florian Sesser
b37d6022cb Use nixpkgs-provided txi2p-tahoe 2024-12-05 12:06:07 +01:00
Florian Sesser
37373133b9 Use nixpkgs-provided txtorcon 2024-12-05 12:06:07 +01:00
Florian Sesser
e01453e0fd Use the nixpkgs-provided twisted 2024-12-05 12:06:07 +01:00
Florian Sesser
916a68439a Use the nixpkgs-provided pyopenssl 2024-12-05 12:05:51 +01:00
Florian Sesser
76726f24f2 Use the nixpkgs-provided klein 2024-12-05 11:53:49 +01:00
Florian Sesser
c43fab3a04 Drop our vendored pycddl, upstream has our fixes now 2024-12-05 11:53:49 +01:00
Florian Sesser
cf8909a2b5 Update PyOpenSSL to the second-latest version
The latest version 404s ?
2024-12-05 11:53:49 +01:00
Benoit Donneaux
3187e00735 Update nixpkgs to 24.11, drop test for python39 but add python312
Co-authored-by: Florian Sesser <florian@leastauthority.com>
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-05 11:51:56 +01:00
Benoit Donneaux
19aa0cd1c2 Avoid Cachix until we recover the onwership on that cache
Co-authored-by: Florian Sesser <florian@leastauthority.com>
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2024-12-05 11:51:06 +01:00
meejah
a46c41cb28
Merge pull request #1397 from hacklschorsch/4132.more-unique-upload-names-reprise
4132.more unique upload names reprise
2024-12-02 11:43:32 -07:00
Florian Sesser
9109cebdb6 Typo 2024-12-02 17:29:39 +00:00
Florian Sesser
6df845c0f6 Be more in line with other test result file names 2024-12-02 17:23:18 +00:00
Florian Sesser
0053cf4951 (No) news. 2024-12-02 17:07:11 +00:00
Florian Sesser
e04cbb1867 More unique names for test logs - maybe works like this? 2024-12-02 17:06:29 +00:00
JW Jacobson
d7f520bff1 Revert precommit yaml to previous state 2024-11-29 15:34:47 -05:00
meejah
9dab64a78f
Merge pull request #1394 from hacklschorsch/4132.more-unique-upload-names
4132.more unique upload names
2024-11-28 22:00:07 -07:00
Florian Sesser
68dde65e90 Add (no) news. 2024-11-27 18:36:05 +00:00
meejah
13bff03e0e hopefully unique names (upload v4) 2024-11-27 18:35:12 +00:00
meejah
b4763ddb73 upload-artifact -> v4 2024-11-27 18:35:03 +00:00
meejah
d5a6689cdf
Merge pull request #1393 from hacklschorsch/4130.deprecate-pypy-38
4130.GitHub Actions: Don't run the Pypy 3.8 job anymore.
2024-11-20 19:05:09 -07:00
Florian Sesser
a639046c6b Add (no) news. 2024-11-19 23:10:34 +00:00
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