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
It looks like something (recent) in pytest-splinter is creating a duplicate tmpdir fixture, and causes py.test --fixtures to fail when trying to sort the available fixtures.
I can't tell if this is due to something unique/incorrect in pytest-splinter, or if pytest itself should be made more robust.