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
In jaraco/pip-run#65 (comment), I learned that there's a convention of marking network-reliant tests with the network marker. Instead of the needs_internet fixture, this project should align with that marker convention and inject the fixture on tests marked with network.
The text was updated successfully, but these errors were encountered:
In jaraco/pip-run#65 (comment), I learned that there's a convention of marking network-reliant tests with the
network
marker. Instead of theneeds_internet
fixture, this project should align with that marker convention and inject the fixture on tests marked withnetwork
.The text was updated successfully, but these errors were encountered: