Merge pull request #122862 from rmcgibbo/csvw

python3Packages.csvw: fix darwin

authored by Martin Weinelt and committed by GitHub 0899b830 c6b62f23

+6
+6
pkgs/development/python-modules/csvw/default.nix
··· 42 pytest-mock 43 ]; 44 45 meta = with lib; { 46 description = "CSV on the Web"; 47 homepage = "https://github.com/cldf/csvw";
··· 42 pytest-mock 43 ]; 44 45 + 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";