You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other thing is that all units which needs more than localhost would be good to marked by network pytest mark which is used widely many other modules test suites. https://docs.pytest.org/en/7.1.x/example/markers.html
Many distributions build envs are intentionally cut off from access to public network and running in such conditions pytest -m "not network" would allows easy skip such units.
The text was updated successfully, but these errors were encountered:
Looks like URL used in test suite fails in
test/test_get_filelike.py::test_get_filelike
unitOther thing is that all units which needs more than localhost would be good to marked by
network
pytest mark which is used widely many other modules test suites.https://docs.pytest.org/en/7.1.x/example/markers.html
Many distributions build envs are intentionally cut off from access to public network and running in such conditions
pytest -m "not network"
would allows easy skip such units.The text was updated successfully, but these errors were encountered: