python313Packages.folium: disable failing tests
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user