Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information