mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
pytest: remove 'repeat' parameter
With the use of the pytest-repeat plugin, this parameter is no longer necessary. Closes #16033
This commit is contained in:
parent
2e2c6b0b4e
commit
ef3d7877d5
22 changed files with 161 additions and 182 deletions
|
|
@ -50,7 +50,7 @@ class TestSSLUse:
|
|||
if 'httpd' not in request.node._fixtureinfo.argnames:
|
||||
httpd.reload_if_config_changed()
|
||||
|
||||
def test_17_01_sslinfo_plain(self, env: Env, nghttpx, repeat):
|
||||
def test_17_01_sslinfo_plain(self, env: Env, nghttpx):
|
||||
proto = 'http/1.1'
|
||||
curl = CurlClient(env=env)
|
||||
url = f'https://{env.authority_for(env.domain1, proto)}/curltest/sslinfo'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue