[#267](https://github.com/pytest-dev/execnet/issues/267) <https://github.com/pytest-dev/execnet/issue/267>__ Fixed regression
in 2.1.0 where the strconfig argument to load/loads is ignored.
2.1.0 (2024-04-05)
[#243](https://github.com/pytest-dev/execnet/issues/243) <https://github.com/pytest-dev/execnet/pull/243>__: Added main_thread_only
execmodel which is derived from the thread execmodel and only executes remote_exec
calls in the main thread.
Callers of remote_exec must use the returned channel to wait for a task to complete
before they call remote_exec again, otherwise the remote_exec call will fail with a
concurrent remote_exec would cause deadlock error. The main_thread_only execmodel
provides solutions for [#96](https://github.com/pytest-dev/execnet/issues/96) <https://github.com/pytest-dev/execnet/issues/96>__ and
pytest-dev/pytest-xdist#620 <https://github.com/pytest-dev/pytest-xdist/issues/620>__
(pending a new pytest-xdist release).
Also fixed init_popen_io to use closefd=False for shared stdin and stdout file
descriptors, preventing Bad file descriptor errors triggered by test_stdouterrin_setnull.
The library is now typed and the typing is exposed to type-checkers.
Re-exported Gateway, Channel, DumpError and LoadError from
execnet. The constructors are private.
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 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)
Bumps execnet from 1.9.0 to 2.1.1.
Changelog
Sourced from execnet's changelog.
... (truncated)
Commits
e1332b1
Update CHANGELOG for 2.1.18481612
Merge pull request #268 from bluetech/fix-strconfig-ignoredd08b7e7
gateway_base: fixload(strconfig)
getting ignoredd0fc2c2
Merge pull request #265 from pytest-dev/release-2.1.064ecf67
Update CHANGELOG for 2.1.0eb7f7bc
Merge pull request #266 from bluetech/up-download-artifact89c99c9
ci: update download-artifact action to fix deploy job42aeb82
Merge pull request #263 from bluetech/typing-fixes5035913
ExportDumpError
,LoadError
e218d45
gateway_base: replace-> object
return types to-> Any
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