depot/pkgs/development/python-modules/dbf/darwin.patch
Luke Granger-Brown 57725ef3ec Squashed 'third_party/nixpkgs/' content from commit 76612b17c0ce
git-subtree-dir: third_party/nixpkgs
git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
2024-11-10 23:59:47 +00:00

12 lines
535 B
Diff

diff --git a/dbf/test.py b/dbf/test.py
index 117f611..34a9507 100755
--- a/dbf/test.py
+++ b/dbf/test.py
@@ -4814,6 +4814,7 @@ def test_index_search(self):
self.assertEqual(sorted.index_search('jul', partial=True), 9)
self.assertTrue(sorted.index_search('jul', partial=True))
+ @unittest.skipIf(sys.platform == 'darwin', 'fails on case-insensitive filesystems')
def test_mismatched_extensions(self):
old_memo_name = self.dbf_table._meta.memoname
new_memo_name = old_memo_name[:-3] + 'Dbt'