nixpkgs/pkgs/development/libraries/proj/tests-sqlite-3.39.patch
Vladimír Čunát f5adaf2ba8
proj_7: drop tests that time out with newest sqlite
This version is really being phased out,
so let's hope it's better somewhat working than not building.
2022-07-07 22:21:43 +02:00

14 lines
447 B
Diff

Drop tests that time out with newest sqlite.
https://github.com/OSGeo/PROJ/issues/3254
--- a/test/cli/CMakeLists.txt
+++ b/test/cli/CMakeLists.txt
@@ -16 +15,0 @@
-proj_add_test_script_sh("testprojinfo" PROJINFO_BIN)
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -144,3 +143,0 @@
-add_test(NAME proj_test_cpp_api COMMAND proj_test_cpp_api)
-set_property(TEST proj_test_cpp_api
- PROPERTY ENVIRONMENT ${PROJ_TEST_ENVIRONMENT})