Joost Lekkerkerker
8a35261fd8
Remove unused noqas ( #135583 )
2025-01-15 10:02:18 +01:00
Michael
e951511132
Allow load_verify_locations with only cadata passed ( #133299 )
2024-12-15 19:26:46 +01:00
J. Nick Koston
cb8a6af12d
Add additional blocking operations to loop protection ( #124017 )
2024-08-16 09:03:24 -05:00
J. Nick Koston
1eaaa00687
Detect blocking ssl context creation in the event loop ( #123240 )
2024-08-06 16:00:37 +02:00
J. Nick Koston
aa74ad0061
Enable ruff asyncio event loop blocking detection rules ( #120799 )
2024-07-04 04:17:57 -05:00
J. Nick Koston
f7e194b32c
Adjust blocking I/O messages to provide developer help ( #120113 )
2024-06-21 12:55:22 -05:00
epenet
49b28cca62
Fix consider-using-with warnings in core tests ( #119606 )
2024-06-13 16:59:40 +02:00
J. Nick Koston
d52ce03aa4
Ensure asyncio blocking checks are undone after tests run ( #119542 )
...
* Ensure asyncio blocking checks are undone after tests run
* no reason to ever enable twice
* we are patching objects, make it more generic
* make sure bootstrap unblocks as well
* move disable to tests only
* re-protect
* Update tests/test_block_async_io.py
Co-authored-by: Erik Montnemery <erik@montnemery.com>
* Revert "Update tests/test_block_async_io.py"
This reverts commit 2d46028e21
.
* tweak name
* fixture only
* Update tests/conftest.py
* Update tests/conftest.py
* Apply suggestions from code review
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-06-13 08:52:01 +02:00
epenet
7388271689
Fix unspecified-encoding warnings in tests ( #119405 )
2024-06-11 17:58:40 +02:00
epenet
65befcf5d4
Fix import pylint warning in core tests ( #119359 )
2024-06-11 15:04:00 +02:00
Sid
721b2c2ca8
Enable Ruff PT012 ( #113957 )
2024-06-08 17:59:08 +02:00
epenet
1c8a9cc3b8
Remove unused caplog fixtures in tests ( #119056 )
2024-06-07 11:38:56 +02:00
J. Nick Koston
553311cc7d
Add os.walk to asyncio loop blocking detection ( #118769 )
2024-06-04 06:53:37 +02:00
J. Nick Koston
6656f7d6b9
Log directory blocking I/O functions that run in the event loop ( #118529 )
...
* Log directory I/O functions that run in the event loop
* tests
2024-05-31 11:09:19 -04:00
J. Nick Koston
11f49280c9
Enable open protection in the event loop ( #117289 )
2024-05-13 08:50:31 +09:00
J. Nick Koston
5038a035bd
Detect blocking module imports in the event loop ( #114488 )
2024-03-30 19:51:31 -10:00