Skip to content

Commit

Permalink
removed things
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 1, 2024
1 parent 192b5e3 commit 8882e8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++.
Expand Down
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 8882e8c

Please sign in to comment.