From 8882e8c187ff4899a9b23aec03da8fa80ed01abf Mon Sep 17 00:00:00 2001 From: DerThorsten Date: Mon, 1 Jul 2024 10:51:25 +0200 Subject: [PATCH] removed things --- environment-dev.yml | 4 ---- test/CMakeLists.txt | 1 - 2 files changed, 5 deletions(-) diff --git a/environment-dev.yml b/environment-dev.yml index ba7eb32e..6b9e7026 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -7,10 +7,6 @@ dependencies: - ninja # Tests - doctest - - # Test compatibilitiy - - nanoarrow - # P0355R7 (Extending chrono to Calendars and Time Zones) has not been entirely implemented in libc++ yet. # See: https://libcxx.llvm.org/Status/Cxx20.html#note-p0355 # For now, we use HowardHinnant/date as a replacement if we are compiling with libc++. diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e16f6f28..e1d259e2 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -56,7 +56,6 @@ set(SPARROW_TESTS_SOURCES test_typed_array.cpp test_typed_array_timestamp.cpp test_variable_size_binary_layout.cpp - test_array_compat.cpp ) set(test_target "test_sparrow_lib") add_executable(${test_target} ${SPARROW_TESTS_SOURCES})