diff --git a/pkgs/development/python-modules/ezdxf/default.nix b/pkgs/development/python-modules/ezdxf/default.nix index 6e1349883ada..c04017b4e49d 100644 --- a/pkgs/development/python-modules/ezdxf/default.nix +++ b/pkgs/development/python-modules/ezdxf/default.nix @@ -38,6 +38,8 @@ buildPythonPackage rec { "test_from_nurbs_python_curve_to_ezdxf_bspline" "test_from_ezdxf_bspline_to_nurbs_python_curve_non_rational" "test_from_ezdxf_bspline_to_nurbs_python_curve_rational" + # AssertionError: assert 44.99999999999999 == 45 + "test_dimension_transform_interface" ]; pythonImportsCheck = [ diff --git a/pkgs/development/python-modules/wxPython/4.2.nix b/pkgs/development/python-modules/wxPython/4.2.nix index a68d6cb4590a..cd112f8511c3 100644 --- a/pkgs/development/python-modules/wxPython/4.2.nix +++ b/pkgs/development/python-modules/wxPython/4.2.nix @@ -1,6 +1,7 @@ { lib , stdenv , buildPythonPackage +, setuptools , pythonOlder , fetchPypi , substituteAll @@ -61,6 +62,7 @@ buildPythonPackage rec { nativeBuildInputs = [ attrdict pkg-config + setuptools SDL sip which