]> git.ipfire.org Git - thirdparty/curl.git/commit
pytest: remove 'repeat' parameter
authorStefan Eissing <stefan@eissing.org>
Fri, 17 Jan 2025 10:16:37 +0000 (11:16 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Jan 2025 13:03:30 +0000 (14:03 +0100)
commitef3d7877d563bbc73e2cc0ccdbdea2b32960057b
tree76cb45a04891fd428846b55d1f0129f4b6eae5d2
parent2e2c6b0b4e8d41d4fca8cc93460a7597646e64d0
pytest: remove 'repeat' parameter

With the use of the pytest-repeat plugin, this parameter is no
longer necessary.

Closes #16033
22 files changed:
tests/http/clients/hx-download.c
tests/http/test_01_basic.py
tests/http/test_02_download.py
tests/http/test_03_goaway.py
tests/http/test_04_stuttered.py
tests/http/test_05_errors.py
tests/http/test_06_eyeballs.py
tests/http/test_07_upload.py
tests/http/test_08_caddy.py
tests/http/test_09_push.py
tests/http/test_10_proxy.py
tests/http/test_11_unix.py
tests/http/test_12_reuse.py
tests/http/test_13_proxy_auth.py
tests/http/test_14_auth.py
tests/http/test_16_info.py
tests/http/test_17_ssl_use.py
tests/http/test_18_methods.py
tests/http/test_19_shutdown.py
tests/http/test_20_websockets.py
tests/http/test_30_vsftpd.py
tests/http/test_31_vsftpds.py