forked from pool/python-pytest-httpbin
- Update to v1.0.1
* httpbin_secure: fix redirect Location to have "https://"
scheme (#62) - thanks @immerrr
* Include regression tests in pypi tarball (#56) - thanks
@kmosiejczuk
- Add rpmlintrc filter for test certificates
OBS-URL: https://build.opensuse.org/request/show/943039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpbin?expand=0&rev=5
3 lines
110 B
Plaintext
3 lines
110 B
Plaintext
# These are test certificates and keys for localhost only
|
|
addFilter("pem-certificate .*pytest_httpbin/certs")
|