python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / proj / tests-sqlite-3.39.patch
blob0654ff5eadb64922cd3e0a2064b8861cfd5e6e3f
1 Drop tests that time out with newest sqlite.
2 https://github.com/OSGeo/PROJ/issues/3254
4 --- a/test/cli/CMakeLists.txt
5 +++ b/test/cli/CMakeLists.txt
6 @@ -16 +15,0 @@
7 -proj_add_test_script_sh("testprojinfo" PROJINFO_BIN)
8 --- a/test/unit/CMakeLists.txt
9 +++ b/test/unit/CMakeLists.txt
10 @@ -144,3 +143,0 @@
11 -add_test(NAME proj_test_cpp_api COMMAND proj_test_cpp_api)
12 -set_property(TEST proj_test_cpp_api
13 - PROPERTY ENVIRONMENT ${PROJ_TEST_ENVIRONMENT})