-
Notifications
You must be signed in to change notification settings - Fork 5
Closed as not planned
Description
When running tests locally on a fresh master build, 3 tests fail without any changes to code.
- 2 of the failures occur on
test_it_detects_file_metadatawherebasic.csvandxlsx_with_zip_mimetype.xlsxproduce incorrect mimetypes. Confirmed occurring on macos and ubuntu per @thomasjohns.
application/csvfor the csv when it should betext/plainapplication/vnd.openxmlformats-officedocument.spreadsheetml.sheetfor the xlsx file when it should beapplication/zip
test_node_stream_property_returns_at_byte_0_after_parsefails when thenode._streamreturns the byte position at 12 instead of 0. After some initial testing this seems to be occurring in thepd.read_csvinfables/parse.py/parse_csv
Metadata
Metadata
Assignees
Labels
No labels