diff --git a/tests/test_integrations.rs b/tests/test_integrations.rs index 21eb9315..f45b089b 100644 --- a/tests/test_integrations.rs +++ b/tests/test_integrations.rs @@ -1,6 +1,7 @@ use std::{env, error::Error, path::PathBuf, process::Command}; #[test] +#[ignore] fn test_integrations_pytest() -> Result<(), Box> { let cargo_manifest_dir = dunce::canonicalize(PathBuf::from(env::var("CARGO_MANIFEST_DIR")?))?; let live_test = cargo_manifest_dir.join("pytest/live_test.py");