ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / apeye / patches / 05-testing_http_cache.patch
blob25610a833171b9ccbf1e261cca7d8cdcbfce1741
1 https://github.com/domdfcoding/apeye/issues/92
3 --- apeye-1.4.1/tests/test_rate_limiter.py.orig
4 +++ apeye-1.4.1/tests/test_rate_limiter.py
5 @@ -62,8 +62,6 @@
6 assert cache.clear()
7 yield cache
9 - cache.clear()
12 @pytest.fixture()
13 def timeserver(httpserver: HTTPServer):