mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
Add pytest.ini to force VCR to use recorded cassettes in CI
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
6
tests/pytest.ini
Normal file
6
tests/pytest.ini
Normal file
@@ -0,0 +1,6 @@
|
||||
[pytest]
|
||||
markers =
|
||||
vcr: Mark a test as using VCR.py for recording/replaying HTTP interactions
|
||||
|
||||
[vcr]
|
||||
record_mode = none
|
||||
Reference in New Issue
Block a user