mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-09 15:42:47 +01:00
[rh:urllib] Do not read after close (#15049)
Fix regression introduced in 5767fb4ab1
Closes #15017
Authored by: bashonly
This commit is contained in:
@@ -40,7 +40,7 @@ TEST_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
pytestmark = pytest.mark.handler_flaky(
|
||||
'Websockets',
|
||||
os.name != 'nt' and sys.implementation.name == 'pypy',
|
||||
os.name == 'nt' or sys.implementation.name == 'pypy',
|
||||
reason='segfaults',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user