Commit 297be3e
authored
All versions now work excluding debugs for windows in 3.13, 3.14 & 3.14t
* add another branch to test on my end
* force trigger workflow
* reformat test_context with black
* reformat all tests to obey flake8
* fix flake8 errors
* add dns related things from winloop
* try something that isn't invalid on 3.8
* reformat with black using valid 3.8 syntax and the 79 character limit
* update setup.py
* fix more formatting problems with test_process
* uncomment trest_process_streams_pass_fds on windows
* slience all other known to fail tests with windows
* fix if statement for dns.pyx
* silencing reamining failures
* remove whitespace
* update tests
* update tests
* skip signal test on apple for now
* remove whitespace
* reformat with black once more
* mark todo for issue 126 (winloop) related
* skip test_call_later_2 on windows normal asyncio in 3.11 due to rounding bug
* reformat test_base.py
* uvloop still has the same problem on windows 3.11
* siganls fork test broken
* better skipping system for test_base.py
* add extra removal to makefile
* nope, 3.8+ on windows has the same problem wiht test_call_later_21 parent 37e54a2 commit 297be3e
File tree
7 files changed
+17
-3
lines changed- tests
- uvloop/handles
7 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| 474 | + | |
| 475 | + | |
474 | 476 | | |
475 | 477 | | |
476 | 478 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
817 | 820 | | |
818 | 821 | | |
819 | 822 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| 472 | + | |
472 | 473 | | |
473 | 474 | | |
474 | 475 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
442 | 446 | | |
443 | 447 | | |
444 | 448 | | |
| |||
0 commit comments