Potential issue with StashKey on main branch #11045
Replies: 2 comments 3 replies
-
Hi @BeyondEvil, I just tried running pytest-selenium tests locally using pytest main. I do get failures, but they also happen on 7.3.1 (I am probably missing some external dependencies). In particular I don't see the StashKey error. So I think we'd need some help with reproducing. |
Beta Was this translation helpful? Give feedback.
-
The issue seems to arise from the Seeing how that can be a rabbit hole of infinite depth, I'm not going to spend any time further troubleshooting. I don't see any issues with pytest or the plugin. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I run a pretty comprehensive test suite for pytest-selenium
As part of that suite I pull in the main branch for
pytest
, so that I can catch potential deprecations etc.Well, those tests are now failing
Lots of failures that I'm working my way through, but something that stood out was:
KeyError: <_pytest.stash.StashKey object at 0x7fb5b038c820>
I don't have time right now to create a minimal repo case, hence the discussion and not a proper issue.
All tests pass for python 3.7 through 3.11 for
7.3.1
.Beta Was this translation helpful? Give feedback.
All reactions