lxml / lxml-stubs

Type stubs for the lxml package
Other
43 stars 28 forks source link

Update test dependencies #87

Closed mjpieters closed 1 year ago

mjpieters commented 1 year ago

The dependencies are the latest for each project.

This unbreaks testing; otherwise, pytest 7.2.x or newer gets installed anyway, breaking pytest-mypy-plugins as the py dependency is now gone in pytest.

scoder commented 1 year ago

Rerunning tests.

mjpieters commented 1 year ago

Rerunning tests.

They'll fail, adding a commit to update the tox config.

mjpieters commented 1 year ago

Rerunning tests.

Besides, isn't there a 'rerun failed steps' option in the GH actions menu for you? :-D

scoder commented 1 year ago

Rerunning tests.

Besides, isn't there a 'rerun failed steps' option in the GH actions menu for you? :-D

I was never sure if that starts from a fresh merge or from the original build. I need a new merge with master here (because I already added your change there).

mjpieters commented 1 year ago

Rerunning tests.

Besides, isn't there a 'rerun failed steps' option in the GH actions menu for you? :-D

I was never sure if that starts from a fresh merge or from the original build. I need a new merge with master here (because I already added your change there).

Ah, no, because that requires a rebase (or merge). I've rebased this now.

scoder commented 1 year ago

Thanks