-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
C: testsTesting and related thingsTesting and related things
Description
https://github.com/pypa/pip/actions/runs/17328297342/job/49197983280
There's currently a CI failure for all platforms right now:
2025-08-29T15:51:04.7972890Z tests/functional/test_cli.py::test_entrypoints_work[entrypoint0]
2025-08-29T15:51:04.7975040Z INTERNALERROR> �[0m�[94mdef�[39;49;00m�[90m �[39;49;00m�[92mworker_internal_error�[39;49;00m(�[90m�[39;49;00m
2025-08-29T15:51:04.7975720Z INTERNALERROR> �[96mself�[39;49;00m, node: WorkerController, formatted_error: �[96mstr�[39;49;00m�[90m�[39;49;00m
2025-08-29T15:51:04.7977750Z INTERNALERROR> ) -> �[94mNone�[39;49;00m:�[90m�[39;49;00m
2025-08-29T15:51:04.7978980Z INTERNALERROR> �[90m �[39;49;00m�[33m"""�[39;49;00m
2025-08-29T15:51:04.7980180Z INTERNALERROR> �[33m pytest_internalerror() was called on the worker.�[39;49;00m
2025-08-29T15:51:04.7981620Z INTERNALERROR> �[33m�[39;49;00m
2025-08-29T15:51:04.7982900Z INTERNALERROR> �[33m pytest_internalerror() arguments are an excinfo and an excrepr, which can't�[39;49;00m
2025-08-29T15:51:04.7984530Z INTERNALERROR> �[33m be serialized, so we go with a poor man's solution of raising an exception�[39;49;00m
2025-08-29T15:51:04.7986070Z INTERNALERROR> �[33m here ourselves using the formatted message.�[39;49;00m
2025-08-29T15:51:04.7987120Z INTERNALERROR> �[33m """�[39;49;00m�[90m�[39;49;00m
2025-08-29T15:51:04.7988190Z INTERNALERROR> �[96mself�[39;49;00m._active_nodes.remove(node)�[90m�[39;49;00m
2025-08-29T15:51:04.7989090Z INTERNALERROR> �[94mtry�[39;49;00m:�[90m�[39;49;00m
2025-08-29T15:51:04.7990200Z INTERNALERROR> > �[94massert�[39;49;00m �[94mFalse�[39;49;00m, formatted_error�[90m�[39;49;00m
2025-08-29T15:51:04.7991520Z INTERNALERROR> �[1m�[31mE AssertionError: Traceback (most recent call last):�[0m
2025-08-29T15:51:04.7993440Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/main.py", line 289, in wrap_session�[0m
2025-08-29T15:51:04.7995240Z INTERNALERROR> �[1m�[31mE session.exitstatus = doit(config, session) or 0�[0m
2025-08-29T15:51:04.7999310Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/main.py", line 343, in _main�[0m
2025-08-29T15:51:04.8001310Z INTERNALERROR> �[1m�[31mE config.hook.pytest_runtestloop(session=session)�[0m
2025-08-29T15:51:04.8003070Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__�[0m
2025-08-29T15:51:04.8004910Z INTERNALERROR> �[1m�[31mE return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)�[0m
2025-08-29T15:51:04.8006820Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec�[0m
2025-08-29T15:51:04.8009140Z INTERNALERROR> �[1m�[31mE return self._inner_hookexec(hook_name, methods, kwargs, firstresult)�[0m
2025-08-29T15:51:04.8010090Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall�[0m
2025-08-29T15:51:04.8010830Z INTERNALERROR> �[1m�[31mE raise exception�[0m
2025-08-29T15:51:04.8011920Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall�[0m
2025-08-29T15:51:04.8012810Z INTERNALERROR> �[1m�[31mE teardown.throw(exception)�[0m
2025-08-29T15:51:04.8013610Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/logging.py", line 801, in pytest_runtestloop�[0m
2025-08-29T15:51:04.8015450Z INTERNALERROR> �[1m�[31mE return (yield) # Run all the tests.�[0m
2025-08-29T15:51:04.8016280Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall�[0m
2025-08-29T15:51:04.8016970Z INTERNALERROR> �[1m�[31mE teardown.throw(exception)�[0m
2025-08-29T15:51:04.8017850Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/terminal.py", line 688, in pytest_runtestloop�[0m
2025-08-29T15:51:04.8018580Z INTERNALERROR> �[1m�[31mE result = yield�[0m
2025-08-29T15:51:04.8019630Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall�[0m
2025-08-29T15:51:04.8020340Z INTERNALERROR> �[1m�[31mE res = hook_impl.function(*args)�[0m
2025-08-29T15:51:04.8021250Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/xdist/remote.py", line 206, in pytest_runtestloop�[0m
2025-08-29T15:51:04.8022230Z INTERNALERROR> �[1m�[31mE self.run_one_test()�[0m
2025-08-29T15:51:04.8025310Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/xdist/remote.py", line 227, in run_one_test�[0m
2025-08-29T15:51:04.8026120Z INTERNALERROR> �[1m�[31mE self.config.hook.pytest_runtest_protocol(item=item, nextitem=nextitem)�[0m
2025-08-29T15:51:04.8026930Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__�[0m
2025-08-29T15:51:04.8027880Z INTERNALERROR> �[1m�[31mE return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)�[0m
2025-08-29T15:51:04.8028720Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec�[0m
2025-08-29T15:51:04.8029620Z INTERNALERROR> �[1m�[31mE return self._inner_hookexec(hook_name, methods, kwargs, firstresult)�[0m
2025-08-29T15:51:04.8030870Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall�[0m
2025-08-29T15:51:04.8031860Z INTERNALERROR> �[1m�[31mE raise exception�[0m
2025-08-29T15:51:04.8032480Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall�[0m
2025-08-29T15:51:04.8033260Z INTERNALERROR> �[1m�[31mE teardown.throw(exception)�[0m
2025-08-29T15:51:04.8033930Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/warnings.py", line 90, in pytest_runtest_protocol�[0m
2025-08-29T15:51:04.8034740Z INTERNALERROR> �[1m�[31mE return (yield)�[0m
2025-08-29T15:51:04.8035430Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall�[0m
2025-08-29T15:51:04.8036020Z INTERNALERROR> �[1m�[31mE teardown.throw(exception)�[0m
2025-08-29T15:51:04.8071120Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/assertion/__init__.py", line 192, in pytest_runtest_protocol�[0m
2025-08-29T15:51:04.8073350Z INTERNALERROR> �[1m�[31mE return (yield)�[0m
2025-08-29T15:51:04.8075090Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall�[0m
2025-08-29T15:51:04.8076750Z INTERNALERROR> �[1m�[31mE teardown.throw(exception)�[0m
2025-08-29T15:51:04.8080310Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/unittest.py", line 475, in pytest_runtest_protocol�[0m
2025-08-29T15:51:04.8082010Z INTERNALERROR> �[1m�[31mE return (yield)�[0m
2025-08-29T15:51:04.8083650Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall�[0m
2025-08-29T15:51:04.8085340Z INTERNALERROR> �[1m�[31mE teardown.throw(exception)�[0m
2025-08-29T15:51:04.8087180Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/faulthandler.py", line 88, in pytest_runtest_protocol�[0m
2025-08-29T15:51:04.8088960Z INTERNALERROR> �[1m�[31mE return (yield)�[0m
2025-08-29T15:51:04.8090680Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall�[0m
2025-08-29T15:51:04.8092280Z INTERNALERROR> �[1m�[31mE res = hook_impl.function(*args)�[0m
2025-08-29T15:51:04.8093980Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/runner.py", line 117, in pytest_runtest_protocol�[0m
2025-08-29T15:51:04.8095740Z INTERNALERROR> �[1m�[31mE runtestprotocol(item, nextitem=nextitem)�[0m
2025-08-29T15:51:04.8097870Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/runner.py", line 136, in runtestprotocol�[0m
2025-08-29T15:51:04.8100260Z INTERNALERROR> �[1m�[31mE reports.append(call_and_report(item, "call", log))�[0m
2025-08-29T15:51:04.8102160Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/runner.py", line 250, in call_and_report�[0m
2025-08-29T15:51:04.8103840Z INTERNALERROR> �[1m�[31mE ihook.pytest_runtest_logreport(report=report)�[0m
2025-08-29T15:51:04.8105490Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__�[0m
2025-08-29T15:51:04.8108250Z INTERNALERROR> �[1m�[31mE return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)�[0m
2025-08-29T15:51:04.8110240Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec�[0m
2025-08-29T15:51:04.8112210Z INTERNALERROR> �[1m�[31mE return self._inner_hookexec(hook_name, methods, kwargs, firstresult)�[0m
2025-08-29T15:51:04.8114420Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall�[0m
2025-08-29T15:51:04.8116120Z INTERNALERROR> �[1m�[31mE raise exception�[0m
2025-08-29T15:51:04.8117730Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall�[0m
2025-08-29T15:51:04.8119430Z INTERNALERROR> �[1m�[31mE res = hook_impl.function(*args)�[0m
2025-08-29T15:51:04.8121200Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/xdist/remote.py", line 289, in pytest_runtest_logreport�[0m
2025-08-29T15:51:04.8122900Z INTERNALERROR> �[1m�[31mE self.sendevent("testreport", data=data)�[0m
2025-08-29T15:51:04.8124550Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/xdist/remote.py", line 126, in sendevent�[0m
2025-08-29T15:51:04.8127440Z INTERNALERROR> �[1m�[31mE self.channel.send((name, kwargs))�[0m
2025-08-29T15:51:04.8130790Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 912, in send�[0m
2025-08-29T15:51:04.8132650Z INTERNALERROR> �[1m�[31mE self.gateway._send(Message.CHANNEL_DATA, self.id, dumps_internal(item))�[0m
2025-08-29T15:51:04.8134740Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1629, in dumps_internal�[0m
2025-08-29T15:51:04.8136620Z INTERNALERROR> �[1m�[31mE return _Serializer().save(obj) # type: ignore[return-value]�[0m
2025-08-29T15:51:04.8138400Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1647, in save�[0m
2025-08-29T15:51:04.8139890Z INTERNALERROR> �[1m�[31mE self._save(obj)�[0m
2025-08-29T15:51:04.8141570Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1667, in _save�[0m
2025-08-29T15:51:04.8143520Z INTERNALERROR> �[1m�[31mE dispatch(self, obj)�[0m
2025-08-29T15:51:04.8145180Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1744, in save_tuple�[0m
2025-08-29T15:51:04.8146870Z INTERNALERROR> �[1m�[31mE self._save(item)�[0m
2025-08-29T15:51:04.8148550Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1667, in _save�[0m
2025-08-29T15:51:04.8149340Z INTERNALERROR> �[1m�[31mE dispatch(self, obj)�[0m
2025-08-29T15:51:04.8149980Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1740, in save_dict�[0m
2025-08-29T15:51:04.8150640Z INTERNALERROR> �[1m�[31mE self._write_setitem(key, value)�[0m
2025-08-29T15:51:04.8151300Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1734, in _write_setitem�[0m
2025-08-29T15:51:04.8151890Z INTERNALERROR> �[1m�[31mE self._save(value)�[0m
2025-08-29T15:51:04.8153110Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1667, in _save�[0m
2025-08-29T15:51:04.8153740Z INTERNALERROR> �[1m�[31mE dispatch(self, obj)�[0m
2025-08-29T15:51:04.8154370Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1740, in save_dict�[0m
2025-08-29T15:51:04.8154970Z INTERNALERROR> �[1m�[31mE self._write_setitem(key, value)�[0m
2025-08-29T15:51:04.8155670Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1734, in _write_setitem�[0m
2025-08-29T15:51:04.8156250Z INTERNALERROR> �[1m�[31mE self._save(value)�[0m
2025-08-29T15:51:04.8156850Z INTERNALERROR> �[1m�[31mE File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/execnet/gateway_base.py", line 1665, in _save�[0m
2025-08-29T15:51:04.8157530Z INTERNALERROR> �[1m�[31mE raise DumpError(f"can't serialize {tp}") from None�[0m
2025-08-29T15:51:04.8158100Z INTERNALERROR> �[1m�[31mE execnet.gateway_base.DumpError: can't serialize <class '_pytest._code.code.ExceptionInfo'>�[0m
2025-08-29T15:51:04.8158580Z INTERNALERROR> �[1m�[31mE assert False�[0m
2025-08-29T15:51:04.8158870Z INTERNALERROR>
2025-08-29T15:51:04.8159280Z INTERNALERROR> �[1m�[31m.nox/test-3-10/lib/python3.10/site-packages/xdist/dsession.py�[0m:232: AssertionError
2025-08-29T15:51:04.8159870Z INTERNALERROR> Traceback (most recent call last):
2025-08-29T15:51:04.8160360Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/main.py", line 289, in wrap_session
2025-08-29T15:51:04.8160950Z INTERNALERROR> session.exitstatus = doit(config, session) or 0
2025-08-29T15:51:04.8161470Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/main.py", line 343, in _main
2025-08-29T15:51:04.8161980Z INTERNALERROR> config.hook.pytest_runtestloop(session=session)
2025-08-29T15:51:04.8162550Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__
2025-08-29T15:51:04.8163120Z INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
2025-08-29T15:51:04.8163670Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec
2025-08-29T15:51:04.8164270Z INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
2025-08-29T15:51:04.8164780Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall
2025-08-29T15:51:04.8165240Z INTERNALERROR> raise exception
2025-08-29T15:51:04.8165690Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
2025-08-29T15:51:04.8166160Z INTERNALERROR> teardown.throw(exception)
2025-08-29T15:51:04.8166650Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/logging.py", line 801, in pytest_runtestloop
2025-08-29T15:51:04.8167110Z INTERNALERROR> return (yield) # Run all the tests.
2025-08-29T15:51:04.8167660Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall
2025-08-29T15:51:04.8168140Z INTERNALERROR> teardown.throw(exception)
2025-08-29T15:51:04.8168620Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/_pytest/terminal.py", line 688, in pytest_runtestloop
2025-08-29T15:51:04.8169240Z INTERNALERROR> result = yield
2025-08-29T15:51:04.8169960Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/pluggy/_callers.py", line 121, in _multicall
2025-08-29T15:51:04.8170460Z INTERNALERROR> res = hook_impl.function(*args)
2025-08-29T15:51:04.8170970Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/xdist/dsession.py", line 138, in pytest_runtestloop
2025-08-29T15:51:04.8171480Z INTERNALERROR> self.loop_once()
2025-08-29T15:51:04.8171920Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/xdist/dsession.py", line 163, in loop_once
2025-08-29T15:51:04.8172370Z INTERNALERROR> call(**kwargs)
2025-08-29T15:51:04.8172900Z INTERNALERROR> File "/Users/runner/work/pip/pip/.nox/test-3-10/lib/python3.10/site-packages/xdist/dsession.py", line 217, in worker_workerfinished
2025-08-29T15:51:04.8173430Z INTERNALERROR> assert not crashitem, (crashitem, node)
2025-08-29T15:51:04.8173960Z INTERNALERROR> AssertionError: ('tests/functional/test_cli.py::test_entrypoints_work[entrypoint0]', <WorkerController gw0>)
2025-08-29T15:51:04.8174550Z INTERNALERROR> assert not 'tests/functional/test_cli.py::test_entrypoints_work[entrypoint0]'
2025-08-29T15:51:04.8174800Z
2025-08-29T15:51:04.8175070Z �[32m======================== �[32m�[1m129 passed�[0m�[32m in 92.56s (0:01:32)�[0m�[32m ========================�[0m
2025-08-29T15:51:04.8629920Z �[36mnox > �[31mCommand pytest tests/functional --verbose --numprocesses auto --showlocals --durations=5 --use-zipapp failed with exit code 3�[0m
2025-08-29T15:51:04.8635510Z �[36mnox > �[31mSession test-3.10 failed.�[0m
I'm not sure when I will have time to investigate this, if someone else knows how to fix it I will review.
Metadata
Metadata
Assignees
Labels
C: testsTesting and related thingsTesting and related things