-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[good first issue][CI breakage] pytest-xdist == 3.6.0
makes the CI fail
#4317
Comments
I am experiencing the same issue as well. Is there a way of changing the version to have it work? I do not see a dependency in my packages so I am not sure where it is coming from. |
If I understood correctly, as per pytest-dev/pytest-xdist#1071 (comment) So my understanding is that for the time being we don't have to pin any dependency as a workaround. (Also happy to add a workaround if I understood things wrong). |
@abravalheri I haven't tested it but I'd expect that it's |
Possibly working? (https://github.com/pypa/setuptools/actions/runs/8759517556/job/24055273503, although |
Yep
No, that's an incorrect assessment. This is a classical case of "who knows what broke in the CI step" — if you look closer, you'll see that |
Any progress on fixing this issue? |
@MorganWeiss I don't see any immediate action to be taken by setuptools. Maybe it is relevant for you to follow the issues in |
I am not aware of those, do you have any helpful links?
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Anderson Bravalheri ***@***.***>
Sent: Saturday, April 20, 2024 11:33:31 PM
To: pypa/setuptools ***@***.***>
Cc: Morgan Weiss ***@***.***>; Mention ***@***.***>
Subject: Re: [pypa/setuptools] [good first issue][CI breakage] `pytest-xdist == 3.6.0` makes the CI fail (Issue #4317)
@MorganWeiss<https://github.com/MorganWeiss> I don't see any immediate action to be taken by setuptools. Maybe it is relevant for you to follow the issues in pytest, pytes-xdist and co?
—
Reply to this email directly, view it on GitHub<#4317 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKH4GZL5ILPLPFJ4UG5JPSDY6NMTXAVCNFSM6AAAAABGP3UTMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXHEZDIOBWGU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
You can start with the link shared in the first message of this thread, and then you can follow the discussions (they point to more links there). |
v3.6.1 has just been released. Hopefully, this is enough to address this problem. |
Since the release of new
pytest-xdist
roughly an hour ago, all CI jobs fail as follows:(https://github.com/pypa/setuptools/actions/runs/8759251151/job/24041851385?pr=4092#step:9:114)
I also filed the upstream report here: pytest-dev/pytest-xdist#1071.
Immediate action item
Temporarily restrict the version of this dependency by adding, != 3.6.0
to the dependency specifier intox.ini
and maybe elsewhere, this needs investigation.It looks like
execnet
is what needs to be capped below v2 per pytest-dev/pytest-xdist#620 (comment).The text was updated successfully, but these errors were encountered: