diff --git a/Cargo.lock b/Cargo.lock index 7af0a2de74..ee4de0e132 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1496,7 +1496,7 @@ dependencies = [ [[package]] name = "conformance-tests" version = "0.1.0" -source = "git+https://github.com/fermyon/conformance-tests?branch=main#e846bcebdaaccb317e46387de4dbbc2e39a7199d" +source = "git+https://github.com/fermyon/conformance-tests?rev=2bb3eb83467a9e9595fa0fd11d7a49fa0300b113#2bb3eb83467a9e9595fa0fd11d7a49fa0300b113" dependencies = [ "anyhow", "flate2", @@ -7512,7 +7512,6 @@ dependencies = [ "serde 1.0.197", "spin-app", "spin-locked-app", - "spin-testing", "toml 0.8.14", "tracing", "wasmtime-wasi-http", @@ -8318,7 +8317,7 @@ dependencies = [ [[package]] name = "test-environment" version = "0.1.0" -source = "git+https://github.com/fermyon/conformance-tests?branch=main#e846bcebdaaccb317e46387de4dbbc2e39a7199d" +source = "git+https://github.com/fermyon/conformance-tests?rev=2bb3eb83467a9e9595fa0fd11d7a49fa0300b113#2bb3eb83467a9e9595fa0fd11d7a49fa0300b113" dependencies = [ "anyhow", "fslock", diff --git a/Cargo.toml b/Cargo.toml index ea379bf184..b7451d1d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ redis = "0.24" runtime-tests = { path = "tests/runtime-tests" } test-components = { path = "tests/test-components" } test-codegen-macro = { path = "crates/test-codegen-macro" } -test-environment = { git = "https://github.com/fermyon/conformance-tests", branch = "main" } +test-environment = { git = "https://github.com/fermyon/conformance-tests", rev = "2bb3eb83467a9e9595fa0fd11d7a49fa0300b113" } [build-dependencies] cargo-target-dep = { git = "https://github.com/fermyon/cargo-target-dep", rev = "482f269eceb7b1a7e8fc618bf8c082dd24979cf1" } diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index fc30406e59..4c993a13f7 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -19,7 +19,6 @@ spin-app = { path = "../app", optional = true } spin-locked-app = { path = "../locked-app" } [dev-dependencies] -spin-testing = { path = "../testing" } toml = "0.8.2" [features] diff --git a/tests/conformance-tests/Cargo.toml b/tests/conformance-tests/Cargo.toml index 5c455f1810..9d29361b2a 100644 --- a/tests/conformance-tests/Cargo.toml +++ b/tests/conformance-tests/Cargo.toml @@ -11,8 +11,8 @@ rust-version.workspace = true [dependencies] anyhow = "1.0" testing-framework = { path = "../testing-framework" } -conformance-tests = { git = "https://github.com/fermyon/conformance-tests", branch = "main" } -test-environment = { git = "https://github.com/fermyon/conformance-tests", branch = "main" } +conformance-tests = { git = "https://github.com/fermyon/conformance-tests", rev = "2bb3eb83467a9e9595fa0fd11d7a49fa0300b113" } +test-environment = { git = "https://github.com/fermyon/conformance-tests", rev = "2bb3eb83467a9e9595fa0fd11d7a49fa0300b113" } [lints] workspace = true diff --git a/tests/runtime-tests/Cargo.toml b/tests/runtime-tests/Cargo.toml index de3cdc8a08..6376f946c4 100644 --- a/tests/runtime-tests/Cargo.toml +++ b/tests/runtime-tests/Cargo.toml @@ -13,5 +13,5 @@ anyhow = "1.0" env_logger = "0.10.0" log = "0.4" testing-framework = { path = "../testing-framework" } -test-environment = { git = "https://github.com/fermyon/conformance-tests", branch = "main" } +test-environment = { git = "https://github.com/fermyon/conformance-tests", rev = "2bb3eb83467a9e9595fa0fd11d7a49fa0300b113" } test-components = { path = "../test-components" } diff --git a/tests/testing-framework/Cargo.toml b/tests/testing-framework/Cargo.toml index 80d70d48ef..7656f908c9 100644 --- a/tests/testing-framework/Cargo.toml +++ b/tests/testing-framework/Cargo.toml @@ -13,7 +13,7 @@ nix = "0.26.1" regex = "1.10.2" reqwest = { workspace = true } temp-dir = "0.1.11" -test-environment = { git = "https://github.com/fermyon/conformance-tests", branch = "main" } +test-environment = { git = "https://github.com/fermyon/conformance-tests", rev = "2bb3eb83467a9e9595fa0fd11d7a49fa0300b113" } spin-trigger-http = { path = "../../crates/trigger-http" } spin-http = { path = "../../crates/http" } spin-trigger = { path = "../../crates/trigger" }