Skip to content

Commit

Permalink
Remove swift-testing from packages
Browse files Browse the repository at this point in the history
  • Loading branch information
atifdev10 committed Dec 29, 2024
1 parent 8110206 commit 21f6a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 2 additions & 10 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "646b5b2a0f862ae29d30f1eea5cd8622f4ea39214300e6fdbe1bce00f0d60ab5",
"pins" : [
{
"identity" : "swift-macro-testing",
Expand Down Expand Up @@ -27,15 +28,6 @@
"version" : "600.0.1"
}
},
{
"identity" : "swift-testing",
"kind" : "remoteSourceControl",
"location" : "https://github.com/swiftlang/swift-testing",
"state" : {
"revision" : "18c42c19cac3fafd61cab1156d4088664b7424ae",
"version" : "6.0.3"
}
},
{
"identity" : "swiftformat",
"kind" : "remoteSourceControl",
Expand All @@ -46,5 +38,5 @@
}
}
],
"version" : 2
"version" : 3
}
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/swiftlang/swift-syntax", from: "600.0.0"),
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.0.0"),
.package(url: "https://github.com/swiftlang/swift-testing", from: "6.0.0"),
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.55.0"),
],
targets: [
Expand All @@ -32,7 +31,6 @@ let package = Package(
"SQLiteValidatorMacros",
.product(name: "MacroTesting", package: "swift-macro-testing"),
.product(name: "SwiftSyntaxMacrosTestSupport", package: "swift-syntax"),
.product(name: "Testing", package: "swift-testing")
]
),
]
Expand Down

0 comments on commit 21f6a2d

Please sign in to comment.