Skip to content

Commit 5f42203

Browse files
committed
Pinned some versions, removed unittest label
1 parent 9686cf9 commit 5f42203

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

packages/markitdown/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ all = [
4242
"xlrd",
4343
"lxml",
4444
"pdfminer.six>=20251230",
45-
"pdfplumber",
45+
"pdfplumber>=0.11.9",
4646
"olefile",
4747
"pydub",
4848
"SpeechRecognition",
4949
"youtube-transcript-api~=1.0.0",
5050
"azure-ai-documentintelligence",
51-
"azure-identity"
51+
"azure-identity",
5252
]
5353
pptx = ["python-pptx"]
5454
docx = ["mammoth~=1.11.0", "lxml"]
5555
xlsx = ["pandas", "openpyxl"]
5656
xls = ["pandas", "xlrd"]
57-
pdf = ["pdfminer.six>=20251230", "pdfplumber"]
57+
pdf = ["pdfminer.six>=20251230", "pdfplumber>=0.11.9"]
5858
outlook = ["olefile"]
5959
audio-transcription = ["pydub", "SpeechRecognition"]
6060
youtube-transcription = ["youtube-transcript-api"]

packages/markitdown/tests/test_pdf_tables.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88

99
TEST_FILES_DIR = os.path.join(os.path.dirname(__file__), "test_files")
1010

11-
# Mark all tests in this module as unit tests
12-
pytestmark = pytest.mark.unittests
13-
14-
1511
# --- Helper Functions ---
1612
def validate_strings(result, expected_strings, exclude_strings=None):
1713
"""Validate presence or absence of specific strings."""

0 commit comments

Comments
 (0)