python313Packages.folium: disable failing tests

This commit is contained in:
Fabian Affolter
2025-02-01 20:33:38 +01:00
parent 0bdfea0593
commit f654797d01
@@ -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 = {