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

JSONDecodeError with PyPy3.8 and isolated_build=True #2332

Closed
zariiii9003 opened this issue Jan 25, 2022 · 1 comment · Fixed by #2333
Closed

JSONDecodeError with PyPy3.8 and isolated_build=True #2332

zariiii9003 opened this issue Jan 25, 2022 · 1 comment · Fixed by #2333
Labels
bug:normal affects many people or has quite an impact

Comments

@zariiii9003
Copy link

Here is the project.

The error occurs with Ubuntu, macOS and Windows, but only with PyPy3.8. CPython and PyPy3.7 works fine. But PyPy3.8 works fine without isolated_build=True.

Traceback
  tox -e gh
  shell: /usr/bin/bash -e {0}
  env:
    PY_COLORS: 1
    pythonLocation: /opt/hostedtoolcache/PyPy/3.8.12/x64/bin
.package create: /home/runner/work/python-can/python-can/.tox/.package
.package installdeps: setuptools >= 40.8, wheel
Traceback (most recent call last):
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/bin/tox", line 8, in <module>
    sys.exit(cmdline())
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/session/__init__.py", line 44, in cmdline
    main(args)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/session/__init__.py", line 69, in main
    exit_code = session.runcommand()
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/session/__init__.py", line 197, in runcommand
    return self.subcommand_test()
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/session/__init__.py", line 213, in subcommand_test
    venv.package = self.hook.tox_package(session=self, venv=venv)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/pluggy/_hooks.py", line 265, in __call__
    return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/pluggy/_manager.py", line 80, in _hookexec
    return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/pluggy/_callers.py", line 60, in _multicall
    return outcome.get_result()
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/pluggy/_result.py", line 60, in get_result
    raise ex[1].with_traceback(ex[2])
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/pluggy/_callers.py", line 39, in _multicall
    res = hook_impl.function(*args)

  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/package/__init__.py", line 16, in tox_package
    session.package, session.dist = get_package(session)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/package/__init__.py", line 29, in get_package
    package = acquire_package(config, session)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/package/__init__.py", line 40, in acquire_package
    path = build_package(config, session)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/package/builder/__init__.py", line 9, in build_package
    return build(config, session)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/package/builder/isolated.py", line 37, in build
    build_requires = get_build_requires(build_info, package_venv, config.setupdir)
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/site-packages/tox/package/builder/isolated.py", line 149, in get_build_requires
    return json.loads(result.split("\n")[-2])
  File "/opt/hostedtoolcache/PyPy/3.8.12/x64/lib/pypy3.8/json/__init__.py", line 364, in loads
    if _pypyjson else _default_decoder.decode(s))
json.decoder.JSONDecodeError: Unexpected 'w': line 1 column 3 (char 2)
distlib-0.3.4 
filelock-3.4.2 
packaging-21.3 
platformdirs-2.4.1 
pluggy-1.0.0 
py-1.11.0 
pyparsing-3.0.7 s
ix-1.16.0 
toml-0.10.2 
tox-3.24.5 
virtualenv-20.13.0
@zariiii9003 zariiii9003 added the bug:normal affects many people or has quite an impact label Jan 25, 2022
@gaborbernat
Copy link
Member

Feel free to put in a PR for this. The core maintainers are now focusing on working on tox version 4, which should have fixed this issue. Please try that and we can reopen if that's not the case.

@zariiii9003 zariiii9003 mentioned this issue Jan 25, 2022
6 tasks
gaborbernat pushed a commit that referenced this issue Jan 26, 2022
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
mergify bot pushed a commit to andrewbolster/bolster that referenced this issue Apr 11, 2022
Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.25.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v3.25.0 (2022-04-11)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li>Fixed failing isolated_build because setuptools warning was captured
in <code>build_requires</code>. -- by :user:<code>zariiii9003</code>
<code>[#2332](tox-dev/tox#2332) &lt;https://github.com/tox-dev/tox/issues/2332&gt;</code>_</li>
<li>Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:<code>ssbarnea</code>
<code>[#2375](tox-dev/tox#2375) &lt;https://github.com/tox-dev/tox/issues/2375&gt;</code>_</li>
</ul>
<p>Features
^^^^^^^^</p>
<ul>
<li>Ignore missing commands if they are prefixed by <code>-</code>
-- by :user:<code>cdown</code>.
<code>[#2315](tox-dev/tox#2315) &lt;https://github.com/tox-dev/tox/issues/2315&gt;</code>_</li>
<li>Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:<code>poggenhans</code>.
<code>[#2372](tox-dev/tox#2372) &lt;https://github.com/tox-dev/tox/issues/2372&gt;</code>_</li>
<li>On Windows <code>PROGRAMFILES</code>, <code>PROGRAMFILES(X86)</code>, and <code>PROGRAMDATA</code> environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler.
<code>[#2382](tox-dev/tox#2382) &lt;https://github.com/tox-dev/tox/issues/2382&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>Deleted the tox mailing list -- by :user:<code>jugmac00</code>
<code>[#2364](tox-dev/tox#2364) &lt;https://github.com/tox-dev/tox/issues/2364&gt;</code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/cd33742da5ff3e4e2153d6df48c6e23ed5744bdc"><code>cd33742</code></a> release 3.25.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/cafb36143449d19e93811d539565e6fcfc2cc13e"><code>cafb361</code></a> doc: fix typo in description of tox-conda plugin (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2363">#2363</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/c32b828b798c04ca7ac42c8a39ec93955a09e0f7"><code>c32b828</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/tox-dev/tox/commit/00a969595d66c214467afc77cae26c6334f1ddbf"><code>00a9695</code></a> Add PROGRAM environment variables on Windows (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2383">#2383</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/eb1bd33d152f11f521805fe17e2240fb768e05d9"><code>eb1bd33</code></a> Use gethostname instead of potentially slow getfqdn (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2380">#2380</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/91bbd7f0d5f31843679a26ff0738806149f07182"><code>91bbd7f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2343">#2343</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/31dc5b1e1046c0166a9739784ab83e7b843b42fe"><code>31dc5b1</code></a> Passenv: Include default env variables regardless of their case on UNIX (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2378">#2378</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/465cb9817cadea74dbddc7667c008dc784318c8a"><code>465cb98</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a href="https://github.com/tox-dev/tox/commit/587e625d880cf5280625c2e38916aa56866292c7"><code>587e625</code></a> Delete <code>tox</code> mailing list</li>
<li><a href="https://github.com/tox-dev/tox/commit/a03c51884d63f5e9e08bdb7083cda29061fda098"><code>a03c518</code></a> Fix the CI</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.24.5...3.25.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.24.5&new-version=3.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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>
bors bot added a commit to meilisearch/meilisearch-python that referenced this issue Apr 22, 2022
441: Bump tox from 3.24.5 to 3.25.0 r=alallema a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.25.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v3.25.0 (2022-04-11)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li>Fixed failing isolated_build because setuptools warning was captured
in <code>build_requires</code>. -- by :user:<code>zariiii9003</code>
<code>[#2332](tox-dev/tox#2332) &lt;https://github.com/tox-dev/tox/issues/2332&gt;</code>_</li>
<li>Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:<code>ssbarnea</code>
<code>[#2375](tox-dev/tox#2375) &lt;https://github.com/tox-dev/tox/issues/2375&gt;</code>_</li>
</ul>
<p>Features
^^^^^^^^</p>
<ul>
<li>Ignore missing commands if they are prefixed by <code>-</code>
-- by :user:<code>cdown</code>.
<code>[#2315](tox-dev/tox#2315) &lt;https://github.com/tox-dev/tox/issues/2315&gt;</code>_</li>
<li>Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:<code>poggenhans</code>.
<code>[#2372](tox-dev/tox#2372) &lt;https://github.com/tox-dev/tox/issues/2372&gt;</code>_</li>
<li>On Windows <code>PROGRAMFILES</code>, <code>PROGRAMFILES(X86)</code>, and <code>PROGRAMDATA</code> environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler.
<code>[#2382](tox-dev/tox#2382) &lt;https://github.com/tox-dev/tox/issues/2382&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>Deleted the tox mailing list -- by :user:<code>jugmac00</code>
<code>[#2364](tox-dev/tox#2364) &lt;https://github.com/tox-dev/tox/issues/2364&gt;</code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/cd33742da5ff3e4e2153d6df48c6e23ed5744bdc"><code>cd33742</code></a> release 3.25.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/cafb36143449d19e93811d539565e6fcfc2cc13e"><code>cafb361</code></a> doc: fix typo in description of tox-conda plugin (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2363">#2363</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/c32b828b798c04ca7ac42c8a39ec93955a09e0f7"><code>c32b828</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/tox-dev/tox/commit/00a969595d66c214467afc77cae26c6334f1ddbf"><code>00a9695</code></a> Add PROGRAM environment variables on Windows (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2383">#2383</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/eb1bd33d152f11f521805fe17e2240fb768e05d9"><code>eb1bd33</code></a> Use gethostname instead of potentially slow getfqdn (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2380">#2380</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/91bbd7f0d5f31843679a26ff0738806149f07182"><code>91bbd7f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2343">#2343</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/31dc5b1e1046c0166a9739784ab83e7b843b42fe"><code>31dc5b1</code></a> Passenv: Include default env variables regardless of their case on UNIX (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2378">#2378</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/465cb9817cadea74dbddc7667c008dc784318c8a"><code>465cb98</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a href="https://github.com/tox-dev/tox/commit/587e625d880cf5280625c2e38916aa56866292c7"><code>587e625</code></a> Delete <code>tox</code> mailing list</li>
<li><a href="https://github.com/tox-dev/tox/commit/a03c51884d63f5e9e08bdb7083cda29061fda098"><code>a03c518</code></a> Fix the CI</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.24.5...3.25.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.24.5&new-version=3.25.0)](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>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
meili-bors bot added a commit to meilisearch/docs-scraper that referenced this issue May 16, 2022
210: Bump tox from 3.24.5 to 3.25.0 r=bidoubiwa a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.25.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v3.25.0 (2022-04-11)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li>Fixed failing isolated_build because setuptools warning was captured
in <code>build_requires</code>. -- by :user:<code>zariiii9003</code>
<code>[#2332](tox-dev/tox#2332) &lt;https://github.com/tox-dev/tox/issues/2332&gt;</code>_</li>
<li>Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:<code>ssbarnea</code>
<code>[#2375](tox-dev/tox#2375) &lt;https://github.com/tox-dev/tox/issues/2375&gt;</code>_</li>
</ul>
<p>Features
^^^^^^^^</p>
<ul>
<li>Ignore missing commands if they are prefixed by <code>-</code>
-- by :user:<code>cdown</code>.
<code>[#2315](tox-dev/tox#2315) &lt;https://github.com/tox-dev/tox/issues/2315&gt;</code>_</li>
<li>Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:<code>poggenhans</code>.
<code>[#2372](tox-dev/tox#2372) &lt;https://github.com/tox-dev/tox/issues/2372&gt;</code>_</li>
<li>On Windows <code>PROGRAMFILES</code>, <code>PROGRAMFILES(X86)</code>, and <code>PROGRAMDATA</code> environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler.
<code>[#2382](tox-dev/tox#2382) &lt;https://github.com/tox-dev/tox/issues/2382&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>Deleted the tox mailing list -- by :user:<code>jugmac00</code>
<code>[#2364](tox-dev/tox#2364) &lt;https://github.com/tox-dev/tox/issues/2364&gt;</code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/cd33742da5ff3e4e2153d6df48c6e23ed5744bdc"><code>cd33742</code></a> release 3.25.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/cafb36143449d19e93811d539565e6fcfc2cc13e"><code>cafb361</code></a> doc: fix typo in description of tox-conda plugin (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2363">#2363</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/c32b828b798c04ca7ac42c8a39ec93955a09e0f7"><code>c32b828</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/tox-dev/tox/commit/00a969595d66c214467afc77cae26c6334f1ddbf"><code>00a9695</code></a> Add PROGRAM environment variables on Windows (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2383">#2383</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/eb1bd33d152f11f521805fe17e2240fb768e05d9"><code>eb1bd33</code></a> Use gethostname instead of potentially slow getfqdn (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2380">#2380</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/91bbd7f0d5f31843679a26ff0738806149f07182"><code>91bbd7f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2343">#2343</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/31dc5b1e1046c0166a9739784ab83e7b843b42fe"><code>31dc5b1</code></a> Passenv: Include default env variables regardless of their case on UNIX (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2378">#2378</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/465cb9817cadea74dbddc7667c008dc784318c8a"><code>465cb98</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a href="https://github.com/tox-dev/tox/commit/587e625d880cf5280625c2e38916aa56866292c7"><code>587e625</code></a> Delete <code>tox</code> mailing list</li>
<li><a href="https://github.com/tox-dev/tox/commit/a03c51884d63f5e9e08bdb7083cda29061fda098"><code>a03c518</code></a> Fix the CI</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.24.5...3.25.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.24.5&new-version=3.25.0)](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>
meili-bors bot added a commit to meilisearch/docs-scraper that referenced this issue May 16, 2022
210: Bump tox from 3.24.5 to 3.25.0 r=bidoubiwa a=dependabot[bot]

Bumps [tox](https://github.com/tox-dev/tox) from 3.24.5 to 3.25.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tox-dev/tox/blob/master/docs/changelog.rst">tox's changelog</a>.</em></p>
<blockquote>
<h2>v3.25.0 (2022-04-11)</h2>
<p>Bugfixes
^^^^^^^^</p>
<ul>
<li>Fixed failing isolated_build because setuptools warning was captured
in <code>build_requires</code>. -- by :user:<code>zariiii9003</code>
<code>[#2332](tox-dev/tox#2332) &lt;https://github.com/tox-dev/tox/issues/2332&gt;</code>_</li>
<li>Avoid potential 30s delay caused by socket.getfqdn(). -- by :user:<code>ssbarnea</code>
<code>[#2375](tox-dev/tox#2375) &lt;https://github.com/tox-dev/tox/issues/2375&gt;</code>_</li>
</ul>
<p>Features
^^^^^^^^</p>
<ul>
<li>Ignore missing commands if they are prefixed by <code>-</code>
-- by :user:<code>cdown</code>.
<code>[#2315](tox-dev/tox#2315) &lt;https://github.com/tox-dev/tox/issues/2315&gt;</code>_</li>
<li>Add default environment variables (such as http_proxy) regardless of their case to passenv on UNIX -- by :user:<code>poggenhans</code>.
<code>[#2372](tox-dev/tox#2372) &lt;https://github.com/tox-dev/tox/issues/2372&gt;</code>_</li>
<li>On Windows <code>PROGRAMFILES</code>, <code>PROGRAMFILES(X86)</code>, and <code>PROGRAMDATA</code> environment variables are now passed through, unmasking system values necessary to locate resources such as a C compiler.
<code>[#2382](tox-dev/tox#2382) &lt;https://github.com/tox-dev/tox/issues/2382&gt;</code>_</li>
</ul>
<p>Documentation
^^^^^^^^^^^^^</p>
<ul>
<li>Deleted the tox mailing list -- by :user:<code>jugmac00</code>
<code>[#2364](tox-dev/tox#2364) &lt;https://github.com/tox-dev/tox/issues/2364&gt;</code>_</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tox-dev/tox/commit/cd33742da5ff3e4e2153d6df48c6e23ed5744bdc"><code>cd33742</code></a> release 3.25.0</li>
<li><a href="https://github.com/tox-dev/tox/commit/cafb36143449d19e93811d539565e6fcfc2cc13e"><code>cafb361</code></a> doc: fix typo in description of tox-conda plugin (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2363">#2363</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/c32b828b798c04ca7ac42c8a39ec93955a09e0f7"><code>c32b828</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/tox-dev/tox/commit/00a969595d66c214467afc77cae26c6334f1ddbf"><code>00a9695</code></a> Add PROGRAM environment variables on Windows (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2383">#2383</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/eb1bd33d152f11f521805fe17e2240fb768e05d9"><code>eb1bd33</code></a> Use gethostname instead of potentially slow getfqdn (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2380">#2380</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/91bbd7f0d5f31843679a26ff0738806149f07182"><code>91bbd7f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2343">#2343</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/31dc5b1e1046c0166a9739784ab83e7b843b42fe"><code>31dc5b1</code></a> Passenv: Include default env variables regardless of their case on UNIX (<a href="https://github-redirect.dependabot.com/tox-dev/tox/issues/2378">#2378</a>)</li>
<li><a href="https://github.com/tox-dev/tox/commit/465cb9817cadea74dbddc7667c008dc784318c8a"><code>465cb98</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a href="https://github.com/tox-dev/tox/commit/587e625d880cf5280625c2e38916aa56866292c7"><code>587e625</code></a> Delete <code>tox</code> mailing list</li>
<li><a href="https://github.com/tox-dev/tox/commit/a03c51884d63f5e9e08bdb7083cda29061fda098"><code>a03c518</code></a> Fix the CI</li>
<li>Additional commits viewable in <a href="https://github.com/tox-dev/tox/compare/3.24.5...3.25.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tox&package-manager=pip&previous-version=3.24.5&new-version=3.25.0)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:normal affects many people or has quite an impact
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants