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 #299

Merged
merged 3 commits into from
Feb 2, 2024

Conversation

felddy
Copy link
Owner

@felddy felddy commented Feb 2, 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 February 2, 2024 14:29
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] <support@github.com>
@felddy felddy force-pushed the improvement/pytest-8 branch from 5f2b55b to 73af4a1 Compare February 2, 2024 19:29
@felddy felddy enabled auto-merge February 2, 2024 19:30
@felddy felddy merged commit 6b67b80 into develop Feb 2, 2024
35 checks passed
@felddy felddy deleted the improvement/pytest-8 branch February 2, 2024 19:36
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