PrefectHQ / prefect-aws

Prefect integrations with AWS.
https://PrefectHQ.github.io/prefect-aws/
Apache License 2.0
85 stars 40 forks source link

update pytest requirements #387

Closed zzstoatzz closed 9 months ago

zzstoatzz commented 9 months ago

were getting a bunch of AttributeError: 'CallSpec2' object has no attribute 'funcargs' errors because we were using pytest 8.0

desertaxle commented 9 months ago

Looks like this issue is coming from pytest-lazy-fixture: https://github.com/TvoroG/pytest-lazy-fixture/issues/65. I can update our use of pytest-lazy-fixture so that we can remove the pytest pin.