Le Tue, Apr 22, 2025 at 11:41:20AM +0200, Theo Buehler a écrit :
> On Tue, Apr 22, 2025 at 10:00:26AM +0200, Landry Breuil wrote:
> > hi,
> > 
> > new port required to run tests for pydantic update. cleaned up from
> > previous submission, tests disabled because it needs a port for
> > https://pypi.org/project/pytest-order/.
> > 
> > ok to import ?
> > 
> 
> Wouldn't it be preferable to add py-test-order and have mostly working
> tests?

yeah, just lazyness from my side :)

> Quickly whipped up port for that attached. Its own tests don't look
> great, but with this py-test-run-parallel has one assertion failure, so
> that looks pretty good (it needs at least py3-hypothesis as a tdep).

test-order looks ok to import.

as for test-run-parallel, pyproject.toml has this:

deps = [
    "pytest>=6.2.0",
    "pytest-cov",
    "pytest-order",
    "check-manifest",
    "hypothesis",
]

so that'd d be pytest, pytest-order, hypothesis, and i havent found why
pytest-cov was added in
https://github.com/Quansight-Labs/pytest-run-parallel/commit/749570d2d38db7e2971e7a6a72f0eb97b5717b9b
but i'll also add it as a TDEP for test-run-parallel

Landry

Reply via email to