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
plugin: Set unused_tcp_port_factory scope to 'session'
Factories in pytest usually have a scope greater than 'function' to let
one use the same factory within bigger scopes. Let us allow
unused_tcp_port_factory to be used throughout the same session scope.
This will let other session-scoped factories depend on
unused_tcp_port_factory without getting a "ScopeMismatch" error.
0 commit comments