Commit 7310a22d authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.csvw: remove superfluous pythonAtLeast

parent e35b3303
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pythonAtLeast,
  attrs,
  isodate,
  python-dateutil,
@@ -43,8 +42,6 @@ buildPythonPackage rec {
    # 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"
  ]
  ++ lib.optionals (pythonAtLeast "3.10") [
    # https://github.com/cldf/csvw/issues/58
    "test_roundtrip_escapechar"
    "test_escapequote_escapecharquotechar_final"