diff --git a/pyargus/Cargo.toml b/pyargus/Cargo.toml index cd7cf54..c2b7da4 100644 --- a/pyargus/Cargo.toml +++ b/pyargus/Cargo.toml @@ -10,6 +10,7 @@ rust-version.workspace = true [lib] name = "pyargus" crate-type = ["cdylib"] +test = false [dependencies] argus = { version = "0.1.0", path = "../argus" }