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

Update extra-platforms[pytest] requirement from ~=1.6.0 to ~=3.0.0 #1479

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Updates the requirements on extra-platforms[pytest] to permit the latest version.

Changelog

Sourced from extra-platforms[pytest]'s changelog.

3.0.0 (2025-03-02)

  • Allow set operations to resolve group and Platform IDs.
  • Make resolution of platform and group IDs case-insensitive.
  • Only runs website tests on Linux to prevent DOSing them.
  • Drop supports for Python 3.10.
  • Remove tomli dependency.

2.1.0 (2025-02-20)

  • Add new platforms_from_ids and groups_from_ids methods to retrieve platforms and groups from a collection of IDs.
  • Allow a platform to be fetched by its ID from a group with the group[platform_id] item getter syntax.
  • Add new ALL_PLATFORM_IDS, ALL_GROUP_IDS and ALL_IDS constants.
  • Removes ALL_OS_LABELS.
  • Add windows-2025 to the test matrix.
  • Mark Python 3.14 tests as stable.

2.0.0 (2024-12-27)

  • Add support for Nobara detection.
  • Fix current_os() to always return a single platform. Closes #158.
  • Add new current_platforms() method to return all platforms matching the current environment.
  • Generate a pair of Pytest @skip_<id>/@unless_<id> decorators for each platform and group.
  • Change all group membership check utilities to be functions instead of variables. You now have to call is_<group_id>() instead of is_<group_id>.
  • Cache the result of is_<group_id>() group membership check utilities.
  • Do not call all detection heuristics on module import. Instead, call them lazily when needed.
  • Make URLs required on all platforms.
  • Invite users in error messages and logs to contribute back edge-cases to improve detection heuristics.
  • Upload test results to coverage.

1.7.0 (2024-12-02)

  • Display the hierarchy of non-overlapping groups as a mindmap.
  • Add URL on all platforms.
  • Add support for openSUSE Tumbleweed detection. Closes #133.
  • Do not allow icons on platforms and groups to be empty.
  • Run tests in parallel to speed up CI.

1.6.0 (2024-11-11)

  • Add a new copy() method to Group.
  • New target_pool parameter on reduce method let you specify the subset of groups to reduce platforms to.
  • Remove CURRENT_OS_ID and CURRENT_OS_LABEL.

1.5.0 (2024-11-10)

  • Allow union, intersection, difference and symmetric difference of Group.
  • Implements <=, <, >=, >, |, &, - and ^ operators for Group.
  • Deduplicate platforms on Group instantiation.
  • Allow testing for membership of individual platform in Group.

... (truncated)

Commits

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 [extra-platforms[pytest]](https://github.com/kdeldycke/extra-platforms) to permit the latest version.
- [Release notes](https://github.com/kdeldycke/extra-platforms/releases)
- [Changelog](https://github.com/kdeldycke/extra-platforms/blob/main/changelog.md)
- [Commits](kdeldycke/extra-platforms@v1.6.0...v3.0.0)

---
updated-dependencies:
- dependency-name: extra-platforms[pytest]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2025

Superseded by #1481.

@dependabot dependabot bot closed this Mar 4, 2025
@dependabot dependabot bot deleted the dependabot/pip/extra-platforms-pytest--approx-eq-3.0.0 branch March 4, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant