Skip to content
Snippets Groups Projects
Commit a85265cf authored by Fedor Telnov's avatar Fedor Telnov
Browse files

feat: switch to tarantool-runner from crates.io

parent 0075b297
No related branches found
No related tags found
1 merge request!1feat: implement test utility with docs and int tests
Pipeline #20944 failed
......@@ -1489,17 +1489,8 @@ dependencies = [
[[package]]
name = "tarantool-runner"
version = "0.1.0"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-runner?branch=feat/v0.1.0#ec9716c0243ce1b6c23ca17c015837296e104dfe"
dependencies = [
"anyhow",
"clap",
"tempfile",
]
[[package]]
name = "tarantool-runner"
version = "0.1.0"
source = "git+https://git.picodata.io/picodata/picodata/tarantool-runner?rev=ec9716c0243ce1b6c23ca17c015837296e104dfe#ec9716c0243ce1b6c23ca17c015837296e104dfe"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87c5ea878cd7171b51866b299f49f702c6c3c9c0a979968024477001f6f819f"
dependencies = [
"anyhow",
"clap",
......@@ -1516,7 +1507,7 @@ dependencies = [
"serde",
"serde_json",
"tarantool",
"tarantool-runner 0.1.0 (git+https://git.picodata.io/picodata/picodata/tarantool-runner?rev=ec9716c0243ce1b6c23ca17c015837296e104dfe)",
"tarantool-runner",
"tempfile",
"tester",
]
......@@ -1564,7 +1555,7 @@ dependencies = [
"example",
"serde",
"serde_json",
"tarantool-runner 0.1.0 (git+https://git.picodata.io/picodata/picodata/tarantool-runner?branch=feat/v0.1.0)",
"tarantool-runner",
"tarantool-test",
"tempfile",
]
......
......@@ -29,7 +29,7 @@ serde_json = {version = "1"}
# Binary deps.
clap = {version = "4", features = ["derive"], optional = true}
tempfile = {version = "3", optional = true }
tarantool-runner = { git = "https://git.picodata.io/picodata/picodata/tarantool-runner", rev="ec9716c0243ce1b6c23ca17c015837296e104dfe", optional=true}
tarantool-runner = { version = "0.1.0", optional = true }
[[bin]]
name = "tarantool-test"
......
......@@ -10,5 +10,5 @@ anyhow = "1"
serde_json = "1"
example = {path = "../example"}
tarantool-test = {path = "../tarantool-test"}
tarantool-runner = { git = "https://git.picodata.io/picodata/picodata/tarantool-runner", branch = "feat/v0.1.0"}
tarantool-runner = { version = "0.1.0" }
tempfile = "3.6"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment