Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove lazy-fixture-pytest library for upgrade to pytest v8.0.0 #889

Merged
merged 3 commits into from
Jan 31, 2024

Conversation

felddy
Copy link
Owner

@felddy felddy commented Jan 31, 2024

🗣 Description

Removes the pytest-lazy-fixture library as it is now unmaintained.

💭 Motivation and context

pytest v8.0.0 now fails with pytest-lazy-fixture. The work-around is trivial.
This functionality may get implemented in pytest in the future, so we should keep an eye out for that.

See:

🧪 Testing

Tested locally and in CI.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All relevant repo and/or project documentation has been updated
    to reflect the changes in this PR.
  • Tests have been added and/or modified to cover the changes in this PR.
  • All new and existing tests pass.

dependabot bot and others added 3 commits January 31, 2024 15:21
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@felddy felddy force-pushed the improvement/pytest-8 branch from 41010ce to 7fd216d Compare January 31, 2024 20:22
@felddy felddy merged commit 8efcbd6 into develop Jan 31, 2024
36 checks passed
@felddy felddy deleted the improvement/pytest-8 branch January 31, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant