On 11 December 2013 15:33, Dimitri John Ledkov <x...@debian.org> wrote: > On 11 December 2013 15:24, Olivier Berger > <olivier.ber...@telecom-sudparis.eu> wrote: >> Hi. >> >> AFAIU, pybuild prevents accesses to the network. >> >> But this can be problematic during auto_tests that will perform HTTP >> connections on a local HTTP server (I have such an example in rdflib's >> auto tests [0]). >> >> Is there a way to avoid such a protection, possibly on a selective >> number of tests ? >> > > unexport http_proxy > unexport https_proxy > override_dh_auto_test: > dh_auto_test --buildsystem=pybuild >
actually you probably need to set them to empty value; e.g. http_proxy="" https_proxy="" dh_auto_test...., or export http_proxy\n export https_proxy -- Regards, Dimitri. -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CANBHLUi3hYLfjYwQ98T=iGTTjxKbwRnQsmnyfH+F-yEa=mp...@mail.gmail.com