mdcat: prepare for structuredAttrs
This commit is contained in:
@@ -41,14 +41,14 @@ rustPlatform.buildRustPackage rec {
|
||||
nativeCheckInputs = [ ansi2html ];
|
||||
# Skip tests that use the network and that include files.
|
||||
checkFlags = [
|
||||
"--skip magic::tests::detect_mimetype_of_larger_than_magic_param_bytes_max_length"
|
||||
"--skip magic::tests::detect_mimetype_of_magic_param_bytes_max_length"
|
||||
"--skip magic::tests::detect_mimetype_of_png_image"
|
||||
"--skip magic::tests::detect_mimetype_of_svg_image"
|
||||
"--skip resources::tests::read_url_with_http_url_fails_when_size_limit_is_exceeded"
|
||||
"--skip resources::tests::read_url_with_http_url_fails_when_status_404"
|
||||
"--skip resources::tests::read_url_with_http_url_returns_content_when_status_200"
|
||||
"--skip iterm2_tests_render_md_samples_images_md"
|
||||
"--skip=magic::tests::detect_mimetype_of_larger_than_magic_param_bytes_max_length"
|
||||
"--skip=magic::tests::detect_mimetype_of_magic_param_bytes_max_length"
|
||||
"--skip=magic::tests::detect_mimetype_of_png_image"
|
||||
"--skip=magic::tests::detect_mimetype_of_svg_image"
|
||||
"--skip=resources::tests::read_url_with_http_url_fails_when_size_limit_is_exceeded"
|
||||
"--skip=resources::tests::read_url_with_http_url_fails_when_status_404"
|
||||
"--skip=resources::tests::read_url_with_http_url_returns_content_when_status_200"
|
||||
"--skip=iterm2_tests_render_md_samples_images_md"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user