Loading pkgs/development/python-modules/aiofile/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,23 @@ buildPythonPackage rec { "aiofile" ]; disabledTests = [ # Tests (SystemError) fails randomly during nix-review "test_async_open_fp" "test_async_open_iter_chunked" "test_async_open_iter_chunked" "test_async_open_line_iter" "test_async_open_line_iter" "test_async_open_readline" "test_async_open_unicode" "test_async_open" "test_binary_io_wrapper" "test_modes" "test_text_io_wrapper" "test_unicode_writer" "test_write_read_nothing" ]; meta = with lib; { description = "File operations with asyncio support"; homepage = "https://github.com/mosquito/aiofile"; Loading Loading
pkgs/development/python-modules/aiofile/default.nix +17 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,23 @@ buildPythonPackage rec { "aiofile" ]; disabledTests = [ # Tests (SystemError) fails randomly during nix-review "test_async_open_fp" "test_async_open_iter_chunked" "test_async_open_iter_chunked" "test_async_open_line_iter" "test_async_open_line_iter" "test_async_open_readline" "test_async_open_unicode" "test_async_open" "test_binary_io_wrapper" "test_modes" "test_text_io_wrapper" "test_unicode_writer" "test_write_read_nothing" ]; meta = with lib; { description = "File operations with asyncio support"; homepage = "https://github.com/mosquito/aiofile"; Loading