pytest-bdd
pytest-bdd copied to clipboard
fix target fixture registration post pytest 8.1
trafficstars
fixes #689
Added a test to replicate the issue. Simply used the same logic pre pytest 8.1 but ajusted the paratemers to create the FixtureDef with expected values post 8.1
AFAIK the build is fine, the error is out of my control and the failure cancelled the other threads:
[2024-05-10T16:18:47.078Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 429 - {'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 563s.', code='throttled')}
Superseded by https://github.com/pytest-dev/pytest-bdd/pull/700.
Thank you for your effort though, especially the test that reproduced the issue (I copied it into my PR).