From 65637517e84aa208030459d8267a50239b1acdc4 Mon Sep 17 00:00:00 2001 From: kohya-ss <52813779+kohya-ss@users.noreply.github.com> Date: Sun, 8 Feb 2026 10:36:33 +0900 Subject: [PATCH] fix: exclude anima tests from pytest --- tests/{test_anima_cache.py => manual_test_anima_cache.py} | 2 +- ...nima_real_training.py => manual_test_anima_real_training.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{test_anima_cache.py => manual_test_anima_cache.py} (99%) rename tests/{test_anima_real_training.py => manual_test_anima_real_training.py} (100%) diff --git a/tests/test_anima_cache.py b/tests/manual_test_anima_cache.py similarity index 99% rename from tests/test_anima_cache.py rename to tests/manual_test_anima_cache.py index 1684eb53..880406f4 100644 --- a/tests/test_anima_cache.py +++ b/tests/manual_test_anima_cache.py @@ -2,7 +2,7 @@ Diagnostic script to test Anima latent & text encoder caching independently. Usage: - python test_anima_cache.py \ + python manual_test_anima_cache.py \ --image_dir /path/to/images \ --qwen3_path /path/to/qwen3 \ --vae_path /path/to/vae.safetensors \ diff --git a/tests/test_anima_real_training.py b/tests/manual_test_anima_real_training.py similarity index 100% rename from tests/test_anima_real_training.py rename to tests/manual_test_anima_real_training.py