> On 24 Feb 2025, at 15:41, Andrew Dunstan <andrew@dunslane.net> wrote:
> I notice that 001_server.pl contains this:
>
> if ($ENV{with_python} ne 'yes')
> {
> plan skip_all => 'OAuth tests require --with-python to run';
> }
>
> and various other things that insist on this. But I think all we should need is for Python to be present, whether or
notwe are building plpython.
Agreed. Right now the --with-python check is what runs PGAC_PATH_PYTHON but
maybe there is value in separating this going forward into a) have python; b)
have python and build plpython?
--
Daniel Gustafsson