Hi, I run into this situation:

I was doing

guix pull

guix package -u

I have not updated for some time so a lot of packages are going to be upgraded.

The second command runs into this problem on package python-pydevd,
which would be built locally and an unit test would constantly fail.
The reason for it is not clear and off topic for this mail.

so what I tried to do is to specify

--do-not-upgrade=python-pydevd

as argument to guix package -u
trying to bypass the build failure; but it does not have effect;  it
seems because other packages depending on python-pydevd, it would be
built and then that fails.

The question is, how to bypass this build failure when upgrading
packages, if at all possible?

Reply via email to