File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 49
49
'--threadless --local-executor 0 --plugin proxy.plugin.ModifyChunkResponsePlugin ' +
50
50
TLS_INTERCEPTION_FLAGS
51
51
),
52
- # (
53
- # '--threaded --plugin proxy.plugin.ModifyChunkResponsePlugin ' +
54
- # TLS_INTERCEPTION_FLAGS
55
- # ),
52
+ (
53
+ '--threaded --plugin proxy.plugin.ModifyChunkResponsePlugin ' +
54
+ TLS_INTERCEPTION_FLAGS
55
+ ),
56
56
)
57
57
58
58
PROXY_PY_FLAGS_MODIFY_POST_DATA_PLUGIN = (
@@ -164,7 +164,7 @@ def test_integration_with_interception_flags(proxy_py_subprocess: int) -> None:
164
164
reason = 'OSError: [WinError 193] %1 is not a valid Win32 application' ,
165
165
) # type: ignore[misc]
166
166
@pytest .mark .skipif (
167
- sys .version_info >= (3 , 10 ),
167
+ sys .version_info < (3 , 10 ),
168
168
reason = 'For version < 3.10, GHA integration run into OSError when flushing to clients' ,
169
169
) # type: ignore[misc]
170
170
def test_modify_chunk_response_integration (proxy_py_subprocess : int ) -> None :
You can’t perform that action at this time.
0 commit comments