thirtyfour
thirtyfour copied to clipboard
Update rstest requirement from 0.25.0 to 0.26.1
Updates the requirements on rstest to permit the latest version.
Release notes
Sourced from rstest's releases.
0.26.1
Fix Docs
Full Changelog: https://github.com/la10736/rstest/compare/v0.26.0...v0.26.1
Changelog
Sourced from rstest's changelog.
[0.26.1] 2025/7/27
Fixed
- Docs
[0.26.0] 2025/7/26
Changed
- The
#[files(...)]attribute now ignores matched directory paths by default. See #306 thanks to@Obito-git.Add
- Introduced the
#[dirs]attribute, which can be used with#[files(...)]to explicitly include directory paths. See #306 thanks to@Obito-git.- The CI now runs builds and tests on Windows, as well.
#[test_attr]to define test attribute explicit and also enable the use of#[macro_rules_attribute::apply(<macro>)]: naw alsosmolworks. See #303 #311 #315 thanks to@coriolinus.Fixed
- Removed unsued trait and impl spotted out on
1.89.0-nightly- Add missed tests about ignore attribute's args in
rstestexpansion. See #313- The
#[files(...)]attribute now works reliably on Windows.- Now global attributes can go everywhere in the list also where case is used
[0.25.0] 2025/3/2
Changed
Add
- Added a
#[mode = ...]attribute to be used with the#[files(...)]attribute to change the way the files get passed to the test. (see #295 thanks to@lucascool12)[0.24.0] 2025/1/1
Changed
... (truncated)
Commits
7a326c8Should rollback version used to testa16a802Should rollback version used to test98e8867Merge remote-tracking branch 'origin/master'f444788Bump version 0.26.15eab9acBump version 0.26.1971f6adBump version 0.26.1edfdd89Fixed docs and readmeab24b5bBump version 0.26.0-deve18375bBump Version 0.26.0dcea54fMake clippy happy- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Fixed in 39ea87df -- this can be closed.