test: add requirements-test.txt for isolated test venv

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Carlos Garcia
2026-05-16 18:14:05 -04:00
parent 6fcd830e6f
commit 92ba6bd069

5
requirements-test.txt Normal file
View File

@@ -0,0 +1,5 @@
# Minimal dependencies for running the unit test suite.
# Install with: pip install -r requirements-test.txt
-r requirements.txt
pytest>=8.0
pytest-asyncio>=0.23