Fix test failure if multiple pytest plugins are installed Dependencies can sometimes cause extra pytest plugins to be installed while running tests: for example, in current Debian, py → pkg-resources → inflect → typeguard includes one. The order of plugins that pytest displays on the `plugins:` line of its output doesn't appear to be defined, so tolerate variation.