python3Packages.csvw: fix darwin

wip/little-gl
Robert T. McGibbon 3 years ago
parent d4a651f448
commit 1eb2fd13aa
  1. 6
      pkgs/development/python-modules/csvw/default.nix

@ -42,6 +42,12 @@ buildPythonPackage rec {
pytest-mock
];
disabledTests = [
# this test is flaky on darwin because it depends on the resolution of filesystem mtimes
# https://github.com/cldf/csvw/blob/45584ad63ff3002a9b3a8073607c1847c5cbac58/tests/test_db.py#L257
"test_write_file_exists"
];
meta = with lib; {
description = "CSV on the Web";
homepage = "https://github.com/cldf/csvw";

Loading…
Cancel
Save