pytest-dev / pytest-bdd

BDD library for the pytest runner
https://pytest-bdd.readthedocs.io/en/latest/
MIT License
1.32k stars 221 forks source link

Parse_type no longer builds with setuptools 58+ #494

Closed jonringer closed 2 years ago

jonringer commented 2 years ago

pytest-bdd is no longer supported for platform which consume packages as sdists (most package repositories).

Related: https://github.com/jenisys/parse_type/issues/17

elchupanebrej commented 2 years ago

495

youtux commented 2 years ago

Is this a problem of pytest-bdd? It seems it was a problem in parse_type, but that's now fixed, so I guess we can close this issue.

elchupanebrej commented 2 years ago

parse_type could be used separately from pytest_bdd and could be frozen with the elder version, so it's a defect. But I don't insist on this change

jonringer commented 2 years ago

this should be fine with the updated parse_type