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

Upgraded pytest to v8 #51

Merged
merged 2 commits into from
Jan 30, 2024
Merged

Upgraded pytest to v8 #51

merged 2 commits into from
Jan 30, 2024

Conversation

etianen
Copy link
Owner

@etianen etianen commented Jan 30, 2024

  • Removed pytest-asyncio dependency, since it's not compatible with pytest v8. Replaced with a simple function wrapper for asyncio tests.

@etianen etianen changed the title Upgrading pytest Upgrading pytest Jan 30, 2024
@etianen etianen changed the title Upgrading pytest Upgraded pytest to v8 Jan 30, 2024
@etianen etianen added the enhancement New feature or request label Jan 30, 2024
@etianen etianen merged commit 01b94f0 into main Jan 30, 2024
9 checks passed
@etianen etianen deleted the dh/upgrade-pytest branch January 30, 2024 20:42
etianen added a commit that referenced this pull request Jan 30, 2024
Follow-on from #51.

- Added `pytest-version` matrix entry.
- Performing a two-phase install to largely rely on the `poetry`
lockfile while still testing against multiple `extra` library versions.
  - Removed `pytest` from dev dependencies.
  - Updated `CONTRIBUTING.md` to specify `poetry install --all-extras`.
- Avoided duplicated definitions of sharded `coverage` file.
- Removed custom `poetry` config from project. This allows CI to work,
and makes our config more standard.
  - Removed `.venv` from `.gitignore`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant