-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pytest has not attribute StashKey
#12107
Comments
StashKey
Not sure what happened in your case, but
|
Sorry if I wasn't clear, but I am not saying |
@EngineerHus thanks for the suggestion, submitted #12108. |
Sorry @EngineerHus, I misunderstood the original post. Thanks. 👍 |
Much thanks |
Hi All,
On our CI environment, we have been running our pytests for some time now, but weirdly now, we are seeing an error, which is
AttributeError: module 'pytest' has no attribute 'StashKey'
We are running pytest with version 5.3.5 so my initial thought was maybe due to the 2 recent releases last week, maybe
StashKey
is not supported anymore so I had to do trial and error by installing different pytest versions and finding out which is the oldest pytest version that still supports this.As of now, the oldest pytest version that supports
StashKey
seems to be 7.0.0. Could one of the devs please maybe update the docs so future pytesters would be able to figure this out?Thanks
The text was updated successfully, but these errors were encountered: