Loading pkgs/development/python-modules/folium/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ selenium, setuptools, setuptools-scm, wheel, xyzservices, }: Loading @@ -34,13 +33,12 @@ buildPythonPackage rec { hash = "sha256-qTTJK12nHIhcMkPu4rb2IYWm96EjRafftacrlfeGqZg="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ dependencies = [ branca jinja2 numpy Loading @@ -55,7 +53,6 @@ buildPythonPackage rec { pandas pillow pytestCheckHook selenium ]; disabledTests = [ Loading @@ -71,6 +68,11 @@ buildPythonPackage rec { "test_timedynamic_geo_json" ]; disabledTestPaths = [ # Import issue with selenium.webdriver.common.fedcm "tests/selenium" ]; pythonImportsCheck = [ "folium" ]; meta = { Loading Loading
pkgs/development/python-modules/folium/default.nix +7 −5 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ selenium, setuptools, setuptools-scm, wheel, xyzservices, }: Loading @@ -34,13 +33,12 @@ buildPythonPackage rec { hash = "sha256-qTTJK12nHIhcMkPu4rb2IYWm96EjRafftacrlfeGqZg="; }; nativeBuildInputs = [ build-system = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ dependencies = [ branca jinja2 numpy Loading @@ -55,7 +53,6 @@ buildPythonPackage rec { pandas pillow pytestCheckHook selenium ]; disabledTests = [ Loading @@ -71,6 +68,11 @@ buildPythonPackage rec { "test_timedynamic_geo_json" ]; disabledTestPaths = [ # Import issue with selenium.webdriver.common.fedcm "tests/selenium" ]; pythonImportsCheck = [ "folium" ]; meta = { Loading