Run of fresh-releases for pypsrp
Try this locally package):
debcheckout pypsrp
cd pypsrp
new-upstream --import-only
820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 |
self = <tests.test_wsman.TestTransportHTTP object at 0x7f51ed1a53a0>
def test_build_session_proxies_default(self):
transport = _TransportHTTP("server")
session = transport._build_session()
> assert 'http' not in session.proxies
E AssertionError: assert 'http' not in OrderedDict([('no', 'localhost'), ('https', 'https://127.0.0.1:9/'), ('http', 'http://127.0.0.1:9/')])
E + where OrderedDict([('no', 'localhost'), ('https', 'https://127.0.0.1:9/'), ('http', 'http://127.0.0.1:9/')]) = <requests.sessions.Session object at 0x7f51ed1a5580>.proxies
tests/test_wsman.py:992: AssertionError
=================== 1 failed, 387 deselected in 3.24 seconds ===================
E: pybuild pybuild:353: test: plugin distutils failed with: exit code=1: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_pypsrp/build; python3.9 -m pytest "-k-test_build_session_proxies_default -k-test_build_session_proxies_env"
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 returned exit code 13
make: *** [debian/rules:9: build] Error 25
|