repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
python
/
apeye
/
patches
/
05-testing_http_cache.patch
blob
25610a833171b9ccbf1e261cca7d8cdcbfce1741
1
https://github.com/domdfcoding/apeye/issues/92
2
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
8
9
- cache.clear()
10
-
11
12
@pytest.fixture()
13
def timeserver(httpserver: HTTPServer):