Closed zzstoatzz closed 9 months ago
were getting a bunch of AttributeError: 'CallSpec2' object has no attribute 'funcargs' errors because we were using pytest 8.0
AttributeError: 'CallSpec2' object has no attribute 'funcargs'
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.
pytest-lazy-fixture
pytest
were getting a bunch of
AttributeError: 'CallSpec2' object has no attribute 'funcargs'
errors because we were using pytest 8.0