mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python312Packages.aiofile: disable flaky tests
This commit is contained in:
parent
293d83c226
commit
dc38e8201b
@ -47,8 +47,12 @@ buildPythonPackage rec {
|
||||
"test_async_open_unicode"
|
||||
"test_async_open"
|
||||
"test_binary_io_wrapper"
|
||||
"test_line_reader_one_line"
|
||||
"test_modes"
|
||||
"test_open_non_existent_file_with_append"
|
||||
"test_text_io_wrapper"
|
||||
"test_truncate"
|
||||
"test_unicode_reader"
|
||||
"test_unicode_writer"
|
||||
"test_write_read_nothing"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user