chore(deps): update dependency pytest-postgresql to v8#1290
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
chore(deps): update dependency pytest-postgresql to v8#1290renovate[bot] wants to merge 1 commit intodevfrom
renovate[bot] wants to merge 1 commit intodevfrom
Conversation
3389a51 to
82613ec
Compare
2575377 to
3d15ac9
Compare
563b98f to
799e7ad
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
799e7ad to
1726fc2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.1.1 || ^5.0.0 || ^6.0.0 || ^7.0.0→^4.1.1 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0Release Notes
dbfixtures/pytest-postgresql (pytest-postgresql)
v8.0.0Compare Source
====================================
Breaking changes
Refactor
DatabaseJanitorto use explicit template management. This includes a newas_templateflag and makingdbnamea required parameter. (#​890 <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)Bump the minimum supported pytest version to 8.2.
The previous minimum was about two years old, and older pytest versions
can be flaky with fixture chaining that relies on
getfixturevalueonPython 3.12-3.13 when used alongside xdist. (
#​890 <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)Support only PostgreSQL version 14 and up. (
#​1250 <https://github.com/dbfixtures/pytest-postgresql/issues/1250>__)Dropped support for Python 3.9 as it has reached End of Life
Bugfixes
Fix issue where
--postgresql-drop-test-databasewas applied in process fixture.It was already being read in client and noprocess fixtures. (
#​1148 <https://github.com/dbfixtures/pytest-postgresql/issues/1148>__)Documentation
#​890 <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)#​1233 <https://github.com/dbfixtures/pytest-postgresql/issues/1233>__)#​1244 <https://github.com/dbfixtures/pytest-postgresql/issues/1244>__)psycopg3 requirement for the plugin vs.psycopg2 support for the application.pg_configvs. fallbacks).DatabaseJanitoras an advanced API.Features
depends_onparameter topostgresql_noprocfactory to allow hierarchical cloning and chaining of process fixtures. (#​890 <https://github.com/dbfixtures/pytest-postgresql/issues/890>__)#​1225 <https://github.com/dbfixtures/pytest-postgresql/issues/1225>__)Miscellaneus
#​1127 <https://github.com/dbfixtures/pytest-postgresql/issues/1127>,#​1218 <https://github.com/dbfixtures/pytest-postgresql/issues/1218>Add new release workflow, which will allow releasing new versions directly from GitHub.
Drop PostgreSQL 13 and add PostgreSQL 18 to the CI
Update github-actions for actions-reuse 4.x
Updates to pre-commit
Replaced black with ruff-format, Added https://github.com/fizyk/pyproject-validator,
Moved mypy configuration into pyproject.toml, extended line length to 120 characters.
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.