If running this command on bullseye, there may already be a postgresql-12-server
installed; so pytest-postgresql will try to use postgresql-12's pg_ctl, which
does not exist.
Using the virtual package 'postgresql' instead of 'postgresql-11' installs
the right version for the distribution.