We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2df7f3 commit 614ecf7Copy full SHA for 614ecf7
test/extras/run.py
@@ -35,13 +35,15 @@
35
"ocsp_response_validation_cache.json.lock",
36
"ocsp_response_validation_cache.json",
37
"ocsp_response_cache.json",
38
+ "crls",
39
}
40
and not platform.system() == "Windows"
41
) or (
42
cache_files
43
== {
44
45
46
47
48
and platform.system() == "Windows"
49
), str(
0 commit comments