-
Notifications
You must be signed in to change notification settings - Fork 52
Commit 259696f
Merge #126
126: Bump pytest from 6.2.0 to 6.2.3 r=curquiza a=dependabot[bot]
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.0 to 6.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p>
<blockquote>
<h2>6.2.3</h2>
<h1>pytest 6.2.3 (2021-04-03)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8414">#8414</a>: pytest used to create directories under <code>/tmp</code> with world-readable
permissions. This means that any user in the system was able to read
information written by tests in temporary directories (such as those created by
the <code>tmp_path</code>/<code>tmpdir</code> fixture). Now the directories are created with
private permissions.</p>
<p>pytest used silenty use a pre-existing <code>/tmp/pytest-of-<username></code> directory,
even if owned by another user. This means another user could pre-create such a
directory and gain control of another user's temporary directory. Now such a
condition results in an error.</p>
</li>
</ul>
<h2>6.2.2</h2>
<h1>pytest 6.2.2 (2021-01-25)</h1>
<h2>Bug Fixes</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8152">#8152</a>: Fixed "(<Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.</li>
<li><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8249">#8249</a>: Fix the <code>faulthandler</code> plugin for occasions when running with <code>twisted.logger</code> and using <code>pytest --capture=no</code>.</li>
</ul>
<h2>6.2.1</h2>
<h1>pytest 6.2.1 (2020-12-15)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/7678">#7678</a>: Fixed bug where <code>ImportPathMismatchError</code> would be raised for files compiled in
the host and loaded later from an UNC mounted path (Windows).</p>
</li>
<li>
<p><a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8132">#8132</a>: Fixed regression in <code>approx</code>: in 6.2.0 <code>approx</code> no longer raises
<code>TypeError</code> when dealing with non-numeric types, falling back to normal comparison.
Before 6.2.0, array types like tf.DeviceArray fell through to the scalar case,
and happened to compare correctly to a scalar if they had only one element.
After 6.2.0, these types began failing, because they inherited neither from
standard Python number hierarchy nor from <code>numpy.ndarray</code>.</p>
<p><code>approx</code> now converts arguments to <code>numpy.ndarray</code> if they expose the array
protocol and are not scalars. This treats array-like objects like numpy arrays,
regardless of size.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pytest-dev/pytest/commit/3a2fd9630547e224bea6e024a4f6852761235c61"><code>3a2fd96</code></a> Prepare release version 6.2.3</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/138b19a9300f49bd7d2041d24a3f805787a0b2e1"><code>138b19a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8517">#8517</a> from bluetech/backport-mktmp</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/822686e880b3757977e9d56470e00dcd391371f2"><code>822686e</code></a> tmpdir: prevent using a non-private root temp directory</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/9dc54f79b0026da98ee06f6d72be6fece571151a"><code>9dc54f7</code></a> tmpdir: fix temporary directories created with world-readable permissions</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/93dbae24e1b975c365c892eb8939284ead020c9d"><code>93dbae2</code></a> pathlib: inline ensure_reset_dir()</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/02fdbe2e765ccb9c8c0c933944e05ea31425895e"><code>02fdbe2</code></a> pathlib: remove useless temporary variable</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/12e7db85af88058afebd80f4b41cec89bea5a343"><code>12e7db8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8285">#8285</a> from nicoddemus/backport-8280</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/56e43924447dae9b9793b62093981dfa36993dda"><code>56e4392</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8280">#8280</a> from xuhdev/module</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/8220eca963472e7918ef7e108bdc1cd8ed155a4a"><code>8220eca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest/issues/8275">#8275</a> from pytest-dev/release-6.2.2</li>
<li><a href="https://github.com/pytest-dev/pytest/commit/b9c98762f597f624be58d791ea7bdee6cd517967"><code>b9c9876</code></a> Prepare release version 6.2.2</li>
<li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/6.2.0...6.2.3">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>File tree
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+5
-5
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
|
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments