pipenv / pipfile support in pyproject-rpm-macros

2023-02-20 Thread Mikel Olasagasti
during the %check phase as some dependencies are missing. I can easily workaround by declaring missing BuildRequires, but I wonder if there is an automagic way to support pipenv with pyproject-rpm-macros to avoid manually having to define BRs. Kind regards, Mikel Olasagasti [1] https

Re: Question regarding setuptools automatic discovery (pyproject.toml)

2023-06-05 Thread Mikel Olasagasti
Hi Sandro, Hau idatzi du Sandro (li...@penguinpee.nl) erabiltzaileak (2023 eka. 4(a), ig. (01:55)): > > Hi, > > I ran into a build failure for a Python package that dropped setup.py in > the latest update and uses pyproject.toml for metadata and setuptools. > > The build failed due to 'error: Inst

Issues with pytest and python-pytest-postgresql

2024-04-03 Thread Mikel Olasagasti
Hi all, I'm trying to update python-pytest-postgresql (simple bump) and during the %check phase I find the following error: + /usr/bin/pytest --postgresql-exec=/usr/bin/pg_ctl -k 'not docker' --no-cov (...) File "/builddir/build/BUILDROOT/python-pytest-postgresql-6.0.0-1.fc41.x86_64/usr/lib/py

Re: Issues with pytest and python-pytest-postgresql

2024-04-05 Thread Mikel Olasagasti
Hi Lumir, Hau idatzi du Lumír Balhar (lbal...@redhat.com) erabiltzaileak (2024 api. 4(a), og. (09:57)): > > It might look like simple bump but you are upgrading from 4.1.1 to 6.0.0 > and there are some breaking changes between those releases. By "simple bump" I meant no other changes in the spec.