Skip to content

Commit

Permalink
remove embedded tests for now; they are a pain with async/await
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Aug 2, 2022
1 parent b681a05 commit c9b5fd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 431 deletions.
7 changes: 0 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ var targets: [PackageDescription.Target] = [
name: "ClusterMembershipDocumentationTests",
dependencies: [
"SWIM",
.product(name: "Backtrace", package: "swift-backtrace"),
]
),

Expand All @@ -71,7 +70,6 @@ var targets: [PackageDescription.Target] = [
name: "ClusterMembershipTests",
dependencies: [
"ClusterMembership",
.product(name: "Backtrace", package: "swift-backtrace"),
]
),

Expand All @@ -80,7 +78,6 @@ var targets: [PackageDescription.Target] = [
dependencies: [
"SWIM",
"SWIMTestKit",
.product(name: "Backtrace", package: "swift-backtrace"),
]
),

Expand All @@ -89,7 +86,6 @@ var targets: [PackageDescription.Target] = [
dependencies: [
"SWIMNIOExample",
"SWIMTestKit",
.product(name: "Backtrace", package: "swift-backtrace"),
]
),

Expand All @@ -100,7 +96,6 @@ var targets: [PackageDescription.Target] = [
.product(name: "NIO", package: "swift-nio"),
.product(name: "Logging", package: "swift-log"),
.product(name: "Metrics", package: "swift-metrics"),
.product(name: "Backtrace", package: "swift-backtrace"),
]
),

Expand Down Expand Up @@ -128,8 +123,6 @@ var dependencies: [Package.Dependency] = [
// ~~~ SSWG APIs ~~~
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-metrics.git", "2.3.2" ..< "3.0.0"), // since latest

.package(url: "https://github.com/swift-server/swift-backtrace", from: "1.1.1"),
]

let products: [PackageDescription.Product] = [
Expand Down
Loading

0 comments on commit c9b5fd1

Please sign in to comment.