Closed jvavrek closed 2 years ago
Upper bound constraints are generally bad. We should revisit the pytest upper version added via #303 at a later date and see if we can switch it to e.g. !=pytest-single-buggy-version, whatever that may be.
pytest
!=pytest-single-buggy-version
This was removed in #333 and seems to be working fine.
Upper bound constraints are generally bad. We should revisit the
pytest
upper version added via #303 at a later date and see if we can switch it to e.g.!=pytest-single-buggy-version
, whatever that may be.