Skip to content

Commit 57cde47

Browse files
committed
pytest.ini: set CBS_RATE_LIMITER_STORAGE_URI for tests
This is required for builds api tests to work without a redis instance
1 parent f4fe1a4 commit 57cde47

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
[pytest]
22
testpaths = tests
33
pythonpath = .
4+
env =
5+
CBS_RATE_LIMITER_STORAGE_URI=memory://

0 commit comments

Comments
 (0)