Re: gnu: python-pytest: Update to 5.2.1.

2020-01-07 Thread Tanguy Le Carrour
Hi Maxim, Le 01/07, Maxim Cournoyer a écrit : > Tanguy Le Carrour writes: > > I'm working on updating python-pytest and… not everything is going as > > smoothly as I was expecting! :-( > > […] > > How am I supposed to fix this chicken and egg situation?! Is this > > something that should be

Re: gnu: python-pytest: Update to 5.2.1.

2020-01-07 Thread Maxim Cournoyer
Hello Tanguy, Tanguy Le Carrour writes: > Hi Guix! > > I'm working on updating python-pytest and… not everything is going as > smoothly as I was expecting! :-( > > Pytest 5.2.1 depends on Pluggy >=0.12.0… which depends on > importlib-metadata. But when I had the latter as a propagated-input to

Re: gnu: python-pytest: Update to 5.2.1.

2019-10-25 Thread Tanguy Le Carrour
Le 10/24, Maxim Cournoyer a écrit : > I too had looked into updating python-pytest, and realized the same > thing. There's a way out, though. Python 3.8.0 will include > 'import-metadata' as a core library [0]. > > Let's package Python 3.8.0 on core-updates! > > [0]

Re: gnu: python-pytest: Update to 5.2.1.

2019-10-24 Thread Maxim Cournoyer
Hello, Marius Bakke writes: > Tanguy Le Carrour writes: > >> Hi Guix! >> >> I'm working on updating python-pytest and… not everything is going as >> smoothly as I was expecting! :-( >> >> Pytest 5.2.1 depends on Pluggy >=0.12.0… which depends on >> importlib-metadata. But when I had the latter

Re: gnu: python-pytest: Update to 5.2.1.

2019-10-23 Thread Marius Bakke
Tanguy Le Carrour writes: > Hi Guix! > > I'm working on updating python-pytest and… not everything is going as > smoothly as I was expecting! :-( > > Pytest 5.2.1 depends on Pluggy >=0.12.0… which depends on > importlib-metadata. But when I had the latter as a propagated-input to >

Re: gnu: python-pytest: Update to 5.2.1.

2019-10-23 Thread Giovanni Biscuolo
Hi Efraim, Efraim Flashner writes: [...] > I assume python-importlib-metadata only needs python-pytest for running > the test suite. We have a couple of python libraries that have > '-bootstrap' added to the end. You could try making a > python-importlib-metadata-bootstrap which doesn't use

Re: gnu: python-pytest: Update to 5.2.1.

2019-10-23 Thread Efraim Flashner
On Wed, Oct 23, 2019 at 09:22:43AM +0200, Tanguy Le Carrour wrote: > Hi Guix! > > I'm working on updating python-pytest and… not everything is going as > smoothly as I was expecting! :-( > > Pytest 5.2.1 depends on Pluggy >=0.12.0… which depends on > importlib-metadata. But when I had the latter

gnu: python-pytest: Update to 5.2.1.

2019-10-23 Thread Tanguy Le Carrour
Hi Guix! I'm working on updating python-pytest and… not everything is going as smoothly as I was expecting! :-( Pytest 5.2.1 depends on Pluggy >=0.12.0… which depends on importlib-metadata. But when I had the latter as a propagated-input to python-pluggy, then `guix build` gets stuck. diff