We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in some environments, like building packages for Linux distributions, external network connections are not allowed
right now, python-future has two tests that perform network connections:
tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_moves_urllib_request_http
tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_request_http
it would be nice to provide an easy way to disable those tests, e.g. with an environmental variable ( see https://github.com/pypa/distlib/blob/32301789a7815de0e74f57fe013ae52af717a3da/tests/test_index.py#L343 )
The text was updated successfully, but these errors were encountered:
ah, there's more tests, like tests/test_future/test_urllibnet.py - but those actually skip on Resource not available errors
tests/test_future/test_urllibnet.py
Resource not available
Sorry, something went wrong.
No branches or pull requests
in some environments, like building packages for Linux distributions, external network connections are not allowed
right now, python-future has two tests that perform network connections:
tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_moves_urllib_request_http
tests/test_future/test_standard_library.py::TestStandardLibraryReorganization::test_urllib_request_http
it would be nice to provide an easy way to disable those tests, e.g. with an environmental variable ( see https://github.com/pypa/distlib/blob/32301789a7815de0e74f57fe013ae52af717a3da/tests/test_index.py#L343 )
The text was updated successfully, but these errors were encountered: