You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/20 09:03:44 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #5648: Update rstest requirement from 0.16.0 to 0.17.0

dependabot[bot] opened a new pull request, #5648:
URL: https://github.com/apache/arrow-datafusion/pull/5648

   Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/la10736/rstest/releases">rstest's releases</a>.</em></p>
   <blockquote>
   <h2>0.17.0</h2>
   <p>Introduce <code>#[awt]</code> and <code>#[future(awt)]</code> feature.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md">rstest's changelog</a>.</em></p>
   <blockquote>
   <h2>[0.17.0] 2023/3/19</h2>
   <h3>Add</h3>
   <ul>
   <li>Add <code>#[awt]</code> and <code>#[timeout(awt)]</code> to <code>.await</code> future input</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed wrong message when timeout tests panic before timeout expire (See <a href="https://redirect.github.com/la10736/rstest/issues/171">#171</a>)</li>
   </ul>
   <h2>[0.16.0] 2022/11/27</h2>
   <h3>Changed</h3>
   <ul>
   <li>Show <code>TEST START</code> banner only when trace some argument: See <a href="https://redirect.github.com/la10736/rstest/issues/158">#158</a> for details.</li>
   <li>Add values to test name: See <a href="https://redirect.github.com/la10736/rstest/issues/160">#160</a> for details.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Updated test fixtures to 1.64.0 compiler's error messages.</li>
   </ul>
   <h2>[0.15.0] 2022/06/27</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Timeout not compile if one of its test arguments il not a copy
   type [see <a href="https://redirect.github.com/la10736/rstest/issues/154">#154</a>]</li>
   </ul>
   <h2>[0.14.0] 2022/06/19</h2>
   <h3>Changed</h3>
   <ul>
   <li>Feature gated async timeout via <code>async-timeout</code> feature [see <a href="https://redirect.github.com/la10736/rstest/issues/148">#148</a>]</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Removed <code>async-std</code> build dependency [see <a href="https://redirect.github.com/la10736/rstest/issues/148">#148</a>]</li>
   </ul>
   <h2>[0.13.0] 2022/05/15</h2>
   <h3>Add</h3>
   <ul>
   <li><code>#[timeout(duration)]</code> test implementation for both sync and async tests (See <a href="https://redirect.github.com/la10736/rstest/issues/136">#136</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Split rstest in separated crates for macro and libs (See <a href="https://redirect.github.com/la10736/rstest/issues/32">#32</a>)</li>
   </ul>
   <h2>[0.12.0] 2021/12/12</h2>
   <h3>Add</h3>
   <ul>
   <li>Add <code>#[once]</code> fixture attribute to create static fixtures (See <a href="https://redirect.github.com/la10736/rstest/issues/119">#119</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/la10736/rstest/commit/7ac624c3a54de3d7a1506441863562371c5a2359"><code>7ac624c</code></a> update readme version</li>
   <li><a href="https://github.com/la10736/rstest/commit/ad67a4d2049539fa512792b9f7fbd1de0b08315e"><code>ad67a4d</code></a> Updated rstest_test version</li>
   <li><a href="https://github.com/la10736/rstest/commit/15848940c02f489c1a6fe7484629615114846035"><code>1584894</code></a> Release rstest_test</li>
   <li><a href="https://github.com/la10736/rstest/commit/1960f056f22228506b0c189ac32b793da5538dbb"><code>1960f05</code></a> Apply clippy suggestions and prepare</li>
   <li><a href="https://github.com/la10736/rstest/commit/91c60bd184639586305fdb55260234f79174d71d"><code>91c60bd</code></a> Auto await feature (<a href="https://redirect.github.com/la10736/rstest/issues/186">#186</a>)</li>
   <li><a href="https://github.com/la10736/rstest/commit/23b531134d46a37b9ec59462c9fb87a699c64537"><code>23b5311</code></a> Update unindent requirement from 0.1.9 to 0.2.1 (<a href="https://redirect.github.com/la10736/rstest/issues/181">#181</a>)</li>
   <li><a href="https://github.com/la10736/rstest/commit/b12f16cfe4e714805fdb00de6f15ecfc986ecfd8"><code>b12f16c</code></a> Fix <a href="https://redirect.github.com/la10736/rstest/issues/175">#175</a> and release the new version 0.5.0</li>
   <li><a href="https://github.com/la10736/rstest/commit/eeb9b51261bb16852aeb9d12e36adae4991ceb09"><code>eeb9b51</code></a> Update rstest_test dependencies and publish new version 0.10.0</li>
   <li><a href="https://github.com/la10736/rstest/commit/9ece1be0219652e9cec00aab18ef14dc5ca81b7e"><code>9ece1be</code></a> Refactor to introduce a project local path dependency</li>
   <li><a href="https://github.com/la10736/rstest/commit/478baa1c746025daaf196aafde20a070d6987620"><code>478baa1</code></a> Fix <a href="https://redirect.github.com/la10736/rstest/issues/176">#176</a></li>
   <li>Additional commits viewable in <a href="https://github.com/la10736/rstest/compare/0.16.0...0.17.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb merged pull request #5648: Update rstest requirement from 0.16.0 to 0.17.0

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #5648:
URL: https://github.com/apache/arrow-datafusion/pull/5648


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org