Commit f654797d authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.folium: disable failing tests

parent 0bdfea05
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
  selenium,
  setuptools,
  setuptools-scm,
  wheel,
  xyzservices,
}:

@@ -34,13 +33,12 @@ buildPythonPackage rec {
    hash = "sha256-qTTJK12nHIhcMkPu4rb2IYWm96EjRafftacrlfeGqZg=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
    setuptools-scm
    wheel
  ];

  propagatedBuildInputs = [
  dependencies = [
    branca
    jinja2
    numpy
@@ -55,7 +53,6 @@ buildPythonPackage rec {
    pandas
    pillow
    pytestCheckHook
    selenium
  ];

  disabledTests = [
@@ -71,6 +68,11 @@ buildPythonPackage rec {
    "test_timedynamic_geo_json"
  ];

  disabledTestPaths = [
    # Import issue with selenium.webdriver.common.fedcm
    "tests/selenium"
  ];

  pythonImportsCheck = [ "folium" ];

  meta = {