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
I had a go locally with the pytest-socket plugin and it raised for all the tests that are currently missing the markers on main. It seems to be a one-man project, but maybe that doesn't matter so much for something like this that doesn't affect user-facing code?
@rcomer, I think that would be OK if we just added it to a single CI job like we do for the minimum versions. Another option from a quick glance would be to run the step in a separate network namespace on linux using unshare: https://github.com/orgs/community/discussions/24975
Another thought here is that this would be avoided if we got pytest-vcr implemented as well: #1250 and then wouldn't need network access for any tests.
The Debian package build for 0.23.0 failed due to test failures because there is no network in the build environment.
The tests in question need to be marked accordingly as per this patch:
The text was updated successfully, but these errors were encountered: