nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit 95f407501a96e54648115a6db4fe2dc55d497721
parent 799b7cf20187b877ebe40fa43a6ba84dcb77e167
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Thu, 26 Jan 2023 01:21:01 +0300

Up

Diffstat:
Mflake.lock | 6+++---
Mpkgs/development/python-modules/click/default.nix | 2+-
Mpkgs/development/python-modules/curses-menu/default.nix | 2+-
Mpkgs/development/python-modules/geotiler/default.nix | 2+-
Mpkgs/development/python-modules/jsonseq/default.nix | 2+-
Mpkgs/development/python-modules/lru-dict/default.nix | 2+-
Mpkgs/development/python-modules/pymbtiles/default.nix | 2+-
Mpkgs/development/python-modules/xyzservices/default.nix | 2+-
Mpkgs/garmin/garmin-uploader/default.nix | 2+-
Mpkgs/gemini/agunua/default.nix | 2+-
Mpkgs/geospatial/apispec-webframeworks/default.nix | 2+-
Mpkgs/geospatial/cogeo-mosaic/default.nix | 2+-
Mpkgs/geospatial/elevation/default.nix | 2+-
Mpkgs/geospatial/geojson-pydantic/default.nix | 2+-
Mpkgs/geospatial/localtileserver/default.nix | 2+-
Mpkgs/geospatial/morecantile/default.nix | 2+-
Mpkgs/geospatial/py-staticmaps/default.nix | 2+-
Mpkgs/geospatial/pysheds/default.nix | 2+-
Mpkgs/geospatial/pystac/default.nix | 2+-
Mpkgs/geospatial/rio-color/default.nix | 2+-
Mpkgs/geospatial/rio-mbtiles/default.nix | 2+-
Mpkgs/geospatial/rio-mucho/default.nix | 2+-
Mpkgs/geospatial/rio-tiler/default.nix | 2+-
Mpkgs/geospatial/server-thread/default.nix | 2+-
Mpkgs/geospatial/starlette-cramjam/default.nix | 2+-
Mpkgs/geospatial/supermercado/default.nix | 2+-
Mpkgs/geospatial/terracotta/default.nix | 2+-
Mpkgs/geospatial/tilecloud/default.nix | 2+-
Mpkgs/geospatial/tilesets-cli/default.nix | 2+-
Mpkgs/geospatial/titiler/default.nix | 6+++---
Mpkgs/geospatial/tpkutils/default.nix | 2+-
Mpkgs/gpx/gpx-converter/default.nix | 2+-
Mpkgs/gpx/gpxtrackposter/default.nix | 2+-
Mpkgs/linguistics/mikatools/default.nix | 2+-
Mpkgs/linguistics/pytorchtext/default.nix | 2+-
Mpkgs/linguistics/tatoebatools/default.nix | 2+-
Mpkgs/linguistics/wikitextprocessor/default.nix | 2+-
Mpkgs/linguistics/wiktextract/default.nix | 2+-
Mpkgs/linguistics/wiktfinnish/default.nix | 2+-
Mpkgs/misc/gaiagpsclient/default.nix | 2+-
Mpkgs/misc/morse-talk/default.nix | 2+-
Mpkgs/misc/pnoise/default.nix | 2+-
Mpkgs/osm/cykhash/default.nix | 2+-
Mpkgs/osm/map-machine/default.nix | 2+-
Mpkgs/osm/prettymapp/default.nix | 2+-
Mpkgs/osm/pyrobuf/default.nix | 2+-
Mpkgs/osm/pyrosm/default.nix | 2+-
47 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1674236650, - "narHash": "sha256-B4GKL1YdJnII6DQNNJ4wDW1ySJVx2suB1h/v4Ql8J0Q=", + "lastModified": 1674487464, + "narHash": "sha256-Jgq50e4S4JVCYpWLqrabBzDp/1mfaxHCh8/OOorHTy0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "cfb43ad7b941d9c3606fb35d91228da7ebddbfc5", + "rev": "3954218cf613eba8e0dcefa9abe337d26bc48fd0", "type": "github" }, "original": { diff --git a/pkgs/development/python-modules/click/default.nix b/pkgs/development/python-modules/click/default.nix @@ -16,7 +16,7 @@ python3Packages.buildPythonPackage rec { } ); - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ # https://github.com/pallets/click/issues/823 diff --git a/pkgs/development/python-modules/curses-menu/default.nix b/pkgs/development/python-modules/curses-menu/default.nix @@ -14,7 +14,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ deprecated pexpect pyte ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "A simple console menu system using curses"; diff --git a/pkgs/development/python-modules/geotiler/default.nix b/pkgs/development/python-modules/geotiler/default.nix @@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ aiohttp cytoolz numpy pillow ]; - checkInputs = with python3Packages; [ pytestCheckHook pytest-cov ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook pytest-cov ]; postInstall = '' cp -r geotiler/source $out/lib/${python3Packages.python.libPrefix}/site-packages/geotiler diff --git a/pkgs/development/python-modules/jsonseq/default.nix b/pkgs/development/python-modules/jsonseq/default.nix @@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-aZu4+MRFrAizskxqMnks9pRXbe/vw4sYt92tRpjfUSg="; }; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Python implementation of RFC 7464"; diff --git a/pkgs/development/python-modules/lru-dict/default.nix b/pkgs/development/python-modules/lru-dict/default.nix @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-+6E5vqjNjKXDfkx/rklsSIvP+JfsTtukCXp7NKxVUrY="; }; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "A fast and memory efficient LRU cache for Python"; diff --git a/pkgs/development/python-modules/pymbtiles/default.nix b/pkgs/development/python-modules/pymbtiles/default.nix @@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-aBp3ocXkHsb9vimvhgOn2wgfTM0GMuA4mTcqeFsLQzc="; }; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Python utilities for Mapbox mbtiles files"; diff --git a/pkgs/development/python-modules/xyzservices/default.nix b/pkgs/development/python-modules/xyzservices/default.nix @@ -12,7 +12,7 @@ python3Packages.buildPythonPackage rec { hash = "sha256-zfLRJLDTitzzcg5LRqaNcrgnL8ruZcTgugso/5wqS9Q="; }; - checkInputs = with python3Packages; [ + nativeCheckInputs = with python3Packages; [ pytestCheckHook requests mercantile diff --git a/pkgs/garmin/garmin-uploader/default.nix b/pkgs/garmin/garmin-uploader/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ requests six ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; doCheck = false; diff --git a/pkgs/gemini/agunua/default.nix b/pkgs/gemini/agunua/default.nix @@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec { netaddr ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTestPaths = [ "tests/test_egsam.py" diff --git a/pkgs/geospatial/apispec-webframeworks/default.nix b/pkgs/geospatial/apispec-webframeworks/default.nix @@ -14,7 +14,7 @@ python3Packages.buildPythonPackage rec { apispec ]; - checkInputs = with python3Packages; [ + nativeCheckInputs = with python3Packages; [ pytestCheckHook mock flask diff --git a/pkgs/geospatial/cogeo-mosaic/default.nix b/pkgs/geospatial/cogeo-mosaic/default.nix @@ -20,7 +20,7 @@ python3Packages.buildPythonPackage rec { rio-tiler ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ "test_mosaic_crud_error" # requires network access diff --git a/pkgs/geospatial/elevation/default.nix b/pkgs/geospatial/elevation/default.nix @@ -43,7 +43,7 @@ python3Packages.buildPythonApplication rec { done ''; - checkInputs = with python3Packages; [ pytestCheckHook pytest-mock ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook pytest-mock ]; postInstall = '' install -Dm644 elevation/datasource.mk -t $out/lib/${python3Packages.python.libPrefix}/site-packages/elevation diff --git a/pkgs/geospatial/geojson-pydantic/default.nix b/pkgs/geospatial/geojson-pydantic/default.nix @@ -15,7 +15,7 @@ python3Packages.buildPythonPackage rec { pydantic ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Pydantic data models for the GeoJSON spec"; diff --git a/pkgs/geospatial/localtileserver/default.nix b/pkgs/geospatial/localtileserver/default.nix @@ -30,7 +30,7 @@ python3Packages.buildPythonApplication rec { setuptools ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ "test_get_pine_gulch" diff --git a/pkgs/geospatial/morecantile/default.nix b/pkgs/geospatial/morecantile/default.nix @@ -14,7 +14,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ attrs pydantic pyproj ]; - checkInputs = with python3Packages; [ mercantile pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ mercantile pytestCheckHook ]; passthru.tests.version = testers.testVersion { package = morecantile; diff --git a/pkgs/geospatial/py-staticmaps/default.nix b/pkgs/geospatial/py-staticmaps/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ appdirs geographiclib pillow pycairo python-slugify requests s2sphere svgwrite ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "A python module to create static map images with markers, geodesic lines, etc"; diff --git a/pkgs/geospatial/pysheds/default.nix b/pkgs/geospatial/pysheds/default.nix @@ -20,7 +20,7 @@ python3Packages.buildPythonPackage rec { numba ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Simple and fast watershed delineation in python"; diff --git a/pkgs/geospatial/pystac/default.nix b/pkgs/geospatial/pystac/default.nix @@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec { doCheck = false; - checkInputs = with python3Packages; [ jsonschema pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ jsonschema pytestCheckHook ]; pythonImportsCheck = [ "pystac" ]; diff --git a/pkgs/geospatial/rio-color/default.nix b/pkgs/geospatial/rio-color/default.nix @@ -21,7 +21,7 @@ python3Packages.buildPythonPackage rec { doCheck = false; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; pythonImportsCheck = [ "rio_color" ]; diff --git a/pkgs/geospatial/rio-mbtiles/default.nix b/pkgs/geospatial/rio-mbtiles/default.nix @@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec { shapely ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ "test_process_tile" diff --git a/pkgs/geospatial/rio-mucho/default.nix b/pkgs/geospatial/rio-mucho/default.nix @@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec { rasterio ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Parallel processing wrapper for rasterio"; diff --git a/pkgs/geospatial/rio-tiler/default.nix b/pkgs/geospatial/rio-tiler/default.nix @@ -24,7 +24,7 @@ python3Packages.buildPythonPackage rec { doCheck = false; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; pythonImportsCheck = [ "rio_tiler" ]; diff --git a/pkgs/geospatial/server-thread/default.nix b/pkgs/geospatial/server-thread/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ scooby werkzeug ]; - checkInputs = with python3Packages; [ flask requests pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ flask requests pytestCheckHook ]; meta = with lib; { description = "Launch a WSGIApplication in a background thread with werkzeug"; diff --git a/pkgs/geospatial/starlette-cramjam/default.nix b/pkgs/geospatial/starlette-cramjam/default.nix @@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec { typing-extensions ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Cramjam integration for Starlette ASGI framework"; diff --git a/pkgs/geospatial/supermercado/default.nix b/pkgs/geospatial/supermercado/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ click-plugins rasterio mercantile numpy ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Supercharger for mercantile"; diff --git a/pkgs/geospatial/terracotta/default.nix b/pkgs/geospatial/terracotta/default.nix @@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec { doCheck = false; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "A light-weight, versatile XYZ tile server"; diff --git a/pkgs/geospatial/tilecloud/default.nix b/pkgs/geospatial/tilecloud/default.nix @@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec { redis ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; # https://github.com/camptocamp/tilecloud/issues/391 postInstall = '' diff --git a/pkgs/geospatial/tilesets-cli/default.nix b/pkgs/geospatial/tilesets-cli/default.nix @@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec { supermercado ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ "test_cli_create_private_invalid" diff --git a/pkgs/geospatial/titiler/default.nix b/pkgs/geospatial/titiler/default.nix @@ -28,7 +28,7 @@ let rio-tiler geojson-pydantic ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; }; titiler-mosaic = python3Packages.buildPythonPackage { @@ -40,7 +40,7 @@ let cogeo-mosaic titiler-core ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; }; in python3Packages.buildPythonPackage { @@ -55,7 +55,7 @@ python3Packages.buildPythonPackage { titiler-mosaic ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ "test_mosaic_auth_error" diff --git a/pkgs/geospatial/tpkutils/default.nix b/pkgs/geospatial/tpkutils/default.nix @@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec { setuptools # pkg_resources ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "ArcGIS Tile Package Utilities"; diff --git a/pkgs/gpx/gpx-converter/default.nix b/pkgs/gpx/gpx-converter/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ gpxpy numpy pandas ]; - checkInputs = with python3Packages; [ pytestCheckHook pytest-runner ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook pytest-runner ]; meta = with lib; { description = "Python package for manipulating gpx files and easily convert gpx to other different formats"; diff --git a/pkgs/gpx/gpxtrackposter/default.nix b/pkgs/gpx/gpxtrackposter/default.nix @@ -35,7 +35,7 @@ python3Packages.buildPythonApplication rec { setuptools ]; - checkInputs = with python3Packages; [ + nativeCheckInputs = with python3Packages; [ pytestCheckHook (pytest-mock.overrideAttrs (old: rec { pname = "pytest-mock"; diff --git a/pkgs/linguistics/mikatools/default.nix b/pkgs/linguistics/mikatools/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ requests clint cryptography ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Mikatools provides fast and easy methods for common Python coding tasks"; diff --git a/pkgs/linguistics/pytorchtext/default.nix b/pkgs/linguistics/pytorchtext/default.nix @@ -27,7 +27,7 @@ python3Packages.buildPythonPackage rec { tqdm ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; dontUseCmakeConfigure = true; diff --git a/pkgs/linguistics/tatoebatools/default.nix b/pkgs/linguistics/tatoebatools/default.nix @@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ beautifulsoup4 pandas requests sqlalchemy setuptools tqdm ] ++ lib.optionals withCli [ click xdg ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = lib.optionals (!checkLang) [ "test_init_with_not_language_1" diff --git a/pkgs/linguistics/wikitextprocessor/default.nix b/pkgs/linguistics/wikitextprocessor/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ lupa dateparser lru-dict ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ "test_string_format2" diff --git a/pkgs/linguistics/wiktextract/default.nix b/pkgs/linguistics/wiktextract/default.nix @@ -19,7 +19,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ python-Levenshtein setuptools wikitextprocessor nltk ]; - checkInputs = with python3Packages; [ pytestCheckHook unzip ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook unzip ]; # https://www.nltk.org/data.html#manual-installation preCheck = '' diff --git a/pkgs/linguistics/wiktfinnish/default.nix b/pkgs/linguistics/wiktfinnish/default.nix @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec { hash = "sha256-bUwgHAu/EfAgiNJ/gP9VRHk79S5OH1CXYBGQhkf5Ppw="; }; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; pythonImportsCheck = [ "wiktfinnish" ]; diff --git a/pkgs/misc/gaiagpsclient/default.nix b/pkgs/misc/gaiagpsclient/default.nix @@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec { requests prettytable pytz tzlocal pyyaml pathvalidate ]; - checkInputs = with python3Packages; [ mock pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ mock pytestCheckHook ]; doCheck = false; diff --git a/pkgs/misc/morse-talk/default.nix b/pkgs/misc/morse-talk/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ matplotlib sounddevice tkinter ]; - checkInputs = with python3Packages; [ nose ]; + nativeCheckInputs = with python3Packages; [ nose ]; checkPhase = "nosetests"; meta = with lib; { diff --git a/pkgs/misc/pnoise/default.nix b/pkgs/misc/pnoise/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { propagatedBuildInputs = with python3Packages; [ numpy ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; meta = with lib; { description = "Vectorized port of Processing noise() function"; diff --git a/pkgs/osm/cykhash/default.nix b/pkgs/osm/cykhash/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec { nativeBuildInputs = with python3Packages; [ cython ]; - checkInputs = with python3Packages; [ numpy pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ numpy pytestCheckHook ]; preCheck = '' export HOME=$TMPDIR diff --git a/pkgs/osm/map-machine/default.nix b/pkgs/osm/map-machine/default.nix @@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec { urllib3 ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; preCheck = "export PATH=$PATH:$out/bin"; disabledTests = [ "test_tile" diff --git a/pkgs/osm/prettymapp/default.nix b/pkgs/osm/prettymapp/default.nix @@ -13,7 +13,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ osmnx ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; disabledTests = [ "test_get_aoi_from_user_input_address" diff --git a/pkgs/osm/pyrobuf/default.nix b/pkgs/osm/pyrobuf/default.nix @@ -15,7 +15,7 @@ python3Packages.buildPythonPackage rec { propagatedBuildInputs = with python3Packages; [ jinja2 ]; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; doCheck = false; diff --git a/pkgs/osm/pyrosm/default.nix b/pkgs/osm/pyrosm/default.nix @@ -23,7 +23,7 @@ python3Packages.buildPythonPackage rec { doCheck = false; - checkInputs = with python3Packages; [ pytestCheckHook ]; + nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; pythonImportsCheck = [ "pyrosm" ];