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

chore(deps): update pytest-qgis requirement from <2.1,>=2 to >=2.1.0,<2.2 in /requirements #341

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Updates the requirements on pytest-qgis to permit the latest version.

Changelog

Sourced from pytest-qgis's changelog.

Version 2.1.0 (14-06-2024)

New Features

  • Add clean_qgis_layer decorator back alongside with automatic cleaning #64

Fixes

  • #53 Allow using MagicMocks to mock layers without problems
  • #60 Allows using CRS properly again
  • #62 Map does no longer zoom to the first added layer upon processing the events when using qgis_show_map marker

Version 2.0.0 (29-11-2023)

New Features

  • #45 Clean map layers automatically.
  • #48 Add possibility to raise errors if there are warnings or errors in attribute form when adding feature.

Fixes

  • #45 Ensure that the projection is set when replacing layers with projected ones.

Maintenance tasks

  • #51 Change linting to use Ruff.
  • #50 Migrate to pyproject.toml and upgrade development dependencies.

API Breaks

  • #47 Remove deprecated functionality:
    • new_project() fixture
    • module_qgis_bot() fixture
    • clean_qgis_layer() function
  • #46 Use session scope in qgis_bot fixture
  • #48 The create_feature_with_attribute_dialog() function now, by default, raises a ValueError when a created feature violates enforced attribute constraints.

Version 1.3.5 (30-06-2023)

  • #34 Use tempfile instead of protected TempPathFactory in QGIS config path creation
  • #39 Improve code style and CI
  • #40 Improve showing map
  • #42 Suppress errors when deleting temp dir

Version: 1.3.4 (31-05-2023)

  • #34: Use tempfile instead of protected TempPathFactory in QGIS config path creation

Version: 1.3.3 (31-05-2023)

  • #29: Release map canvas properly

... (truncated)

Commits
  • a316c0a Release 2.1.0
  • eaa39d5 Allow changing the map extent properly when showing the map (#62)
  • 3a33209 Add the clean_qgis_layer decorator back
  • d782092 Use virtualenv for tests
  • 2df4d86 Invoke pytest using python
  • daeed23 Do not use CRS operations before initializing QgsApplication #56
  • d5227a4 Allow using MagicMocks to mock layers #53
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pytest-qgis](https://github.com/GispoCoding/pytest-qgis) to permit the latest version.
- [Release notes](https://github.com/GispoCoding/pytest-qgis/releases)
- [Changelog](https://github.com/GispoCoding/pytest-qgis/blob/main/CHANGELOG.md)
- [Commits](GispoCoding/pytest-qgis@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: pytest-qgis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot added the UI User interface: forms, widgets... label Jul 1, 2024
@Guts Guts merged commit 9029714 into master Jul 1, 2024
5 checks passed
@Guts Guts deleted the dependabot/pip/requirements/pytest-qgis-gte-2.1.0-and-lt-2.2 branch July 1, 2024 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies UI User interface: forms, widgets...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant