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
Docker: Make warning test insensitive to deprecation warnings (#6541)
The Docker image is supposed to configure the profile such that warnings
about using a development version of `aiida-core` and a modern version
of RabbitMQ are silenced. The test was checking that `Warning` did not
appear in the output of `verdi status`, however, this would result in
false positives in case a deprecation warning would be printed due to
downstream dependencies that we cannot necessarily control. The test is
made more specific to check for a line starting with `Warning:` which
should reduce the chance for false positives.
0 commit comments