Skip to content

Commit

Permalink
tests/csv_tables_test.py: remove filecmp.clear_cache()
Browse files Browse the repository at this point in the history
new in python 3.4
  • Loading branch information
ickc committed Nov 17, 2016
1 parent 64549d4 commit f930ea9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/csv_tables_test.py
Expand Up @@ -8,6 +8,5 @@
import filecmp

def test_native():
filecmp.clear_cache()
assert filecmp.cmp('csv_tables.native', 'csv_tables_test.native') == True
return

0 comments on commit f930ea9

Please sign in to comment.