Re: PG20 Minimum Dependency Thread - Mailing list pgsql-hackers

From Jelte Fennema-Nio
Subject Re: PG20 Minimum Dependency Thread
Date
Msg-id CAGECzQQho7k3b+0E0aGNT4_xa5Ln9xAxD6XoJmi-PCk_RQxY0g@mail.gmail.com
Whole thread
In response to Re: PG20 Minimum Dependency Thread  (Devrim Gündüz <devrim@gunduz.org>)
Responses Re: PG20 Minimum Dependency Thread
List pgsql-hackers
On Wed, 15 Jul 2026 at 08:52, Devrim Gündüz <devrim@gunduz.org> wrote:
> So I think from RPM packaging point of view Python 3.11 is the base on
> SLES 15, and the rest can do even more.

Do you run tests as part of the packaging? I know that Christoph does
that for Debian. If so I guess pytest should be installed from an
official rpm package, not pip. I'm mostly curious whether we need to
support the python3-pytest package from the AppStream repo (enabled by
default), or if supporting the python3.11-pytest, python3.12, or
python3.14-pytest from the CRB repo (disabled by default) is
sufficient. The python3-pytest package has a very old pytest version:
6.2.2

CC-ing Christoph for a similar question: I guess the pytest in the
debian release needs to be supported for you to actually run the tests
when packaging?



pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: pgstat: add pgstat_prep_pending() for entry ref pending setup
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: PG20 Minimum Dependency Thread