···33, fetchPypi44, writeText55, buildPythonPackage66+, isPyPy67, pythonOlder7889# https://github.com/matplotlib/matplotlib/blob/main/doc/devel/dependencies.rst···4140, pygobject342414342# Tk4444-, enableTk ? !stdenv.isDarwin # darwin has its own "MacOSX" backend4343+# Darwin has its own "MacOSX" backend, PyPy has tkagg backend and does not support tkinter4444+, enableTk ? (!stdenv.isDarwin && !isPyPy)4545, tcl4646, tk4747, tkinter
+3-2
pkgs/development/python-modules/nose3/default.nix
···33, coverage44, fetchPypi55, isPyPy66+, isPy31167, python78, stdenv89}:···2019 propagatedBuildInputs = [ coverage ];21202221 # PyPy hangs for unknwon reason2323- # darwin fails an assertion and I didn't find a way to find skip that test2424- doCheck = !isPyPy && !stdenv.isDarwin;2222+ # Darwin and python 3.11 fail at various assertions and I didn't find an easy way to find skip those tests2323+ doCheck = !isPyPy && !stdenv.isDarwin && !isPy311;25242625 checkPhase = ''2726 ${python.pythonForBuild.interpreter} selftest.py
···33, buildPythonPackage44, pythonOlder55, fetchFromGitHub66-, fetchpatch66+, isPyPy7788# nativeBuildInputs99, flit-core···144144 "test_auth_header_no_match"145145 "test_follows_redirects_on_GET"146146 "test_connect_to_selfsigned_fails"147147+ ] ++ lib.optionals isPyPy [148148+ # PyPy has not __builtins__ which get asserted149149+ # https://doc.pypy.org/en/latest/cpython_differences.html#miscellaneous150150+ "test_autosummary_generate_content_for_module"151151+ "test_autosummary_generate_content_for_module_skipped"152152+ # internals are asserted which are sightly different in PyPy153153+ "test_autodoc_inherited_members_None"154154+ "test_automethod_for_builtin"155155+ "test_builtin_function"156156+ "test_cython"157157+ "test_isattributedescriptor"158158+ "test_methoddescriptor"159159+ "test_partialfunction"147160 ];148161149162 meta = with lib; {
···5050 ];51515252 # the install script wants to install mod_tile.so into apache's modules dir5353+ # also mapnik pkg-config config is missing this patch: https://github.com/mapnik/mapnik/commit/692c2faa0ef168a8c908d262c2bbfe51a74a8336.patch5354 postPatch = ''5455 sed -i "s|\''${HTTPD_MODULES_DIR}|$out/modules|" CMakeLists.txt5656+ sed -i -e "s|@MAPNIK_FONTS_DIR@|$(mapnik-config --fonts)|" -e "s|@MAPNIK_PLUGINS_DIR@|$(mapnik-config --input-plugins)|" tests/renderd.conf.in5557 '';56585759 enableParallelBuilding = true;58605959- # We need to either disable the `render_speedtest` and `download_tile` tests6060- # or fix the URLs they try to download from6161- #cmakeFlags = [ "-DENABLE_TESTS=1" ];6262- #doCheck = true;6161+ cmakeFlags = [ "-DENABLE_TESTS=1" ];6262+ doCheck = true;63636464 meta = with lib; {6565 homepage = "https://github.com/openstreetmap/mod_tile";
···210210 pur = throw "pur has been renamed to pkgs.pur"; # added 2021-11-08211211 pushbullet = pushbullet-py; # Added 2022-10-15212212 Pweave = pweave; # added 2023-02-19213213+ py-radix = throw "py-radix has been removed, since it abandoned"; # added 2023-07-07213214 pyalmond = throw "pyalmond has been removed, since its API endpoints have been shutdown"; # added 2023-02-02214215 pyblake2 = throw "pyblake2 is deprecated in favor of hashlib"; # added 2023-04-23215216 pyblock = throw "pyblock has been removed, since it is abandoned and broken"; # added 2023-06-20···341340 unittest2 = throw "unittest2 has been removed as it's a backport of unittest that's unmaintained and not needed beyond Python 3.4."; # added 2022-12-01342341 uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13343342 uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13343343+ validictory = throw "validictory has been removed, since it abandoned"; # added 2023-07-07344344 virtual-display = throw "virtual-display has been renamed to PyVirtualDisplay"; # added 2023-01-07345345 Wand = wand; # added 2022-11-13346346 wasm = throw "wasm has been removed because it no longer builds and is unmaintained"; # added 2023-05-20