I get the following error:
======================================================================
FAIL: test_convert_dbf (tests.test_utilities.test_in2csv.TestIn2CSV)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/u/.cache/pikaur/build/csvkit/src/csvkit-1.0.5/tests/test_utilities/test_in2csv.py", line 75, in test_convert_dbf
self.assertConverted('dbf', 'examples/testdbf.dbf', 'examples/testdbf_converted.csv')
File "/home/u/.cache/pikaur/build/csvkit/src/csvkit-1.0.5/tests/test_utilities/test_in2csv.py", line 26, in assertConverted
self.assertEqual(output, f.read())
AssertionError: 'STATEFP10,CD111FP,GEOID10,NAMELSAD10,LSAD[860 chars]63\n' != 'statefp10,cd111fp,geoid10,namelsad10,lsad[860 chars]63\n'
Diff is 1027 characters long. Set self.maxDiff to None to see it.
Using csv-git
solved the problem.
Pinned Comments
caleb commented on 2020-03-03 07:18
PSA: I've started hosting this and all its dependencies as prebuilt packages in my repository for those that want to install them using
pacman
without messing around with building from the AUR.