A comprehensive HTTP client library
Go to file
Miro Hrončok 1f90adeaa7 Use " quotes instead of ' not to pass the \ to pytest -k
The parser of -k expressions was refactored in pytest 6 and \s no longer work.

The error with pytest 6.0.1:

ERROR: Wrong expression passed to '-k': not test_unknown_server \
    and not test_socks5_auth and not \
    test_server_not_found_error_is_raised_for_invalid_hostname and not \
    test_functional_noproxy_star_https and not \
    test_sni_set_servername_callback and not test_not_trusted_ca and not \
    test_invalid_ca_certs_path and not test_max_tls_version and not \
    test_get_301_via_https and not test_client_cert_password_verified and not\
    test_get_via_https and not test_min_tls_version and not\
    test_client_cert_verified: at column 25: unexpected character "\"
2020-08-08 13:01:59 +02:00
.gitignore 0.18.1 2020-05-20 16:06:26 -05:00
python-httplib2.certfile.patch Fix python2/python3 mishmash, run tests 2020-05-04 17:21:13 +02:00
python-httplib2.spec Use " quotes instead of ' not to pass the \ to pytest -k 2020-08-08 13:01:59 +02:00
sources 0.18.1 2020-05-20 16:06:26 -05:00