Commit 1bdcaab
authored
build: adjust platforms for release and CI, add Windows for CI (#950)
* build: adjust platforms for release and CI
* fix: adjust workflow
* fix: use `.` instead of `source` for windows compatibility
* fix: another try to make test work on Windows
* refactor: avoid duplicating workflow step
* fix: explicitly shutdown process pool at exit
* fix: register `atexit` for process pools later so it's executed earlier
* fix: add `wait = True` on shutdown `ProcessPoolExecutor`
* fix: avoid unncessary holding of `ProcessPoolExecutor` to allow its GC
* debug: show more messages for debug
* fix: register shutting down process pool for early execution
* Revert "fix: register shutting down process pool for early execution"
This reverts commit 4c716e5.
* fix: explicitly shutdown in pytest fixture
* fix: try to avoid wait on process pool shutdown
* fix: ignore `SIGINT` during shutting down the pool
* fix: directly exit with 0 after tests in Windows
* debug: flush stdout errors, make test run faster
* debug: switch shell in Windows to cmd
* cleanup after pass1 parent aa24f2c commit 1bdcaab
2 files changed
+33
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
19 | 30 | | |
20 | 31 | | |
21 | 32 | | |
22 | 33 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 34 | + | |
26 | 35 | | |
27 | 36 | | |
28 | 37 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
| 41 | + | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
45 | | - | |
46 | | - | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | | - | |
50 | | - | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | | - | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
56 | 64 | | |
57 | | - | |
58 | | - | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments