meejah
85335f151d
attempt to properly ignore Nix
2024-12-06 15:23:06 -07:00
meejah
f5e80f2f6f
moar wheels
2024-12-06 13:20:30 -07:00
meejah
53451abef4
remove Python 3.8 mentions
2024-12-06 13:20:18 -07:00
meejah
61a5d2b7b5
don't need
2024-12-06 13:20:18 -07:00
meejah
86a48bc7b7
make pyproject config match old MANIFEST
2024-12-06 13:20:18 -07:00
meejah
dd38030b2a
don't need to special-case importlib.resources as we don't support python 3.8 and lower
2024-12-06 13:20:18 -07:00
meejah
4c9321eff1
see if wheel cache works now
2024-12-06 13:20:18 -07:00
meejah
2108fb7994
reviewer doesn't like -latest
2024-12-06 13:20:18 -07:00
meejah
2ebdccf069
macos-12 deprecated; move to latest
2024-12-06 13:20:18 -07:00
meejah
18d2885d02
longer timeouts worked elsewhere
2024-12-06 13:20:18 -07:00
meejah
1e01b46d45
more-unique because premature merge
2024-12-06 13:19:21 -07:00
meejah
52cd536686
remove broken oracle-linux-8 (+ fedora) builders
2024-12-06 13:17:52 -07:00
meejah
6c9cb09481
no build deps
2024-12-06 13:17:52 -07:00
meejah
8a66c40d47
answer the question
2024-12-06 13:17:52 -07:00
meejah
0130fd74e6
make hatchling happy?
2024-12-06 13:17:52 -07:00
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
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
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