소스 검색

pytest.ini: set CBS_RATE_LIMITER_STORAGE_URI for tests

This is required for builds api tests to work without a redis instance
Shiv Tyagi 5 달 전
부모
커밋
57cde470e9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pytest.ini

+ 2 - 0
pytest.ini

@@ -1,3 +1,5 @@
 [pytest]
 [pytest]
 testpaths = tests
 testpaths = tests
 pythonpath = .
 pythonpath = .
+env =
+    CBS_RATE_LIMITER_STORAGE_URI=memory://