···42 pytest-mock
43 ];
4400000045 meta = with lib; {
46 description = "CSV on the Web";
47 homepage = "https://github.com/cldf/csvw";
···42 pytest-mock
43 ];
4445+ disabledTests = [
46+ # this test is flaky on darwin because it depends on the resolution of filesystem mtimes
47+ # https://github.com/cldf/csvw/blob/45584ad63ff3002a9b3a8073607c1847c5cbac58/tests/test_db.py#L257
48+ "test_write_file_exists"
49+ ];
50+51 meta = with lib; {
52 description = "CSV on the Web";
53 homepage = "https://github.com/cldf/csvw";