From a3a0836c1d9e3537f7e90e8612394e320ac7015c Mon Sep 17 00:00:00 2001 From: Adam Fourney Date: Mon, 17 Mar 2025 07:45:17 -0700 Subject: [PATCH] Updated with main. --- packages/markitdown/tests/test_cli_vectors.py | 9 --------- packages/markitdown/tests/test_module_vectors.py | 9 --------- 2 files changed, 18 deletions(-) diff --git a/packages/markitdown/tests/test_cli_vectors.py b/packages/markitdown/tests/test_cli_vectors.py index be09b1d..64128d6 100644 --- a/packages/markitdown/tests/test_cli_vectors.py +++ b/packages/markitdown/tests/test_cli_vectors.py @@ -132,15 +132,6 @@ def test_convert_url(shared_tmp_dir, test_vector): """Test the conversion of a stream with no stream info.""" # Note: tmp_dir is not used here, but is needed to match the signature - # For some limited exceptions, we can't guarantee the exact - # mimetype or extension, so we'll special-case them here. - if test_vector.filename in [ - # This appears to be a subtle bug in magika. - # See: https://github.com/google/magika/issues/983 - "test_mskanji.csv", - ]: - return - markitdown = MarkItDown() time.sleep(1) # Ensure we don't hit rate limits diff --git a/packages/markitdown/tests/test_module_vectors.py b/packages/markitdown/tests/test_module_vectors.py index 1c29e1e..9afffa5 100644 --- a/packages/markitdown/tests/test_module_vectors.py +++ b/packages/markitdown/tests/test_module_vectors.py @@ -112,15 +112,6 @@ def test_convert_url(test_vector): """Test the conversion of a stream with no stream info.""" markitdown = MarkItDown() - # For some limited exceptions, we can't guarantee the exact - # mimetype or extension, so we'll special-case them here. - if test_vector.filename in [ - # This appears to be a subtle bug in magika. - # See: https://github.com/google/magika/issues/983 - "test_mskanji.csv", - ]: - return - time.sleep(1) # Ensure we don't hit rate limits result = markitdown.convert(