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
Transitive dependency pluggy must be on 1.4.0 now, and is now warning PluggyTeardownRaisedWarning (see log, a link which will eventually break/expire). Because test warnings are promoted to exceptions, this fails CI. In order to stop the bleeding, let's fix it as follows:
Transitive dependency
pluggy
must be on 1.4.0 now, and is now warning PluggyTeardownRaisedWarning (see log, a link which will eventually break/expire). Because test warnings are promoted to exceptions, this fails CI. In order to stop the bleeding, let's fix it as follows:pluggy
to prior release, 1.3.0 inmain
to get the workflow working again for nowpluggy
in a PR and follow the source of the warning. Is the warning a legitimate concern for the test suite?pluggy
inmain
The text was updated successfully, but these errors were encountered: