Skip to content

Commit 757108b

Browse files
Add Tables and IteratorInterfaceExtensions to test dependencies
Since these packages are now weak dependencies, they need to be explicitly included in the test targets to ensure the Tables functionality tests run. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b961e24 commit 757108b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
9595
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
9696

9797
[targets]
98-
test = ["Aqua", "FastBroadcast", "ForwardDiff", "KernelAbstractions", "Measurements", "NLsolve", "Pkg", "Random", "SafeTestsets", "SciMLBase", "SparseArrays", "StaticArrays", "StructArrays", "Test", "Unitful", "Zygote"]
98+
test = ["Aqua", "FastBroadcast", "ForwardDiff", "IteratorInterfaceExtensions", "KernelAbstractions", "Measurements", "NLsolve", "Pkg", "Random", "SafeTestsets", "SciMLBase", "SparseArrays", "StaticArrays", "StructArrays", "Tables", "Test", "Unitful", "Zygote"]

0 commit comments

Comments
 (0)