[axolotl] Triton LoRA 커널 Autotune 테스트 안정화: pytest-xdist 환경에서의 모듈 격리 전략pytest-xdist 병렬 실행 시 sys.modules 공유로 인한 flaky 테스트를 _find_lora_ops_module 직접 패치 방식으로 해결한 사례를 분석합니다.#Axolotl#Triton#Testing#pytest#LoRA2026년 3월 19일댓글 수 로딩 중
[pytest] request.getfixturevalue()의 dirty optimization 제거동적으로 요청한 fixture를 arg2fixturedefs에 추가하던 불필요한 최적화를 제거하고 Mapping 타입으로 변경#Python#pytest#Fixtures#Refactoring#Code Quality2026년 3월 17일댓글 수 로딩 중
[pytest] 캐시 디렉터리 생성 로직 단순화 — 원자적 생성 함수 추출pytest 캐시 디렉터리 생성을 _make_cachedir() 함수로 추출하고 TemporaryDirectory 대신 shutil.rmtree로 정리#Python#pytest#Refactoring#File System#Concurrency2026년 1월 29일댓글 수 로딩 중
[pytest] actions/cache v4에서 v5로 업그레이드GitHub Actions 워크플로우에서 actions/cache를 v4에서 v5로 메이저 업그레이드#Python#pytest#CI/CD#GitHub Actions#Dependencies2025년 12월 27일댓글 수 로딩 중
[pytest] async fixture를 플러그인 없이 요청 시 hard error로 전환pytest 9에서 async fixture를 처리할 플러그인 없이 요청하면 경고 대신 즉시 에러를 발생시키도록 변경#Python#pytest#async#Breaking Change#Fixtures2025년 11월 30일댓글 수 로딩 중
[pytest] pytest-asyncio 통합 테스트 복원 — 9.0.x 백포트pytest 9 호환 pytest-asyncio 버전으로 통합 테스트를 다시 활성화하는 백포트#Python#pytest#pytest-asyncio#Testing#Backport2025년 11월 10일댓글 수 로딩 중