execnet icon indicating copy to clipboard operation
execnet copied to clipboard

distributed Python deployment and communication

Results 42 execnet issues
Sort by recently updated
recently updated
newest added

When I try to run testsuite for `pytest-xdist` and both `execnet` and `teamcity-messages` are installed few tests fails with errors like: ``` __________________ TestRemoteControl.test_failures_somewhere ___________________ self = pytester = def...

bug
help wanted

**The problem only occurs at python3**. Environment: - OS: `Linux faa410b1f09b 4.19.121-linuxkit #1 SMP Thu Jan 21 15:36:34 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux` - Python version: `Python 3.7.5` Dependencies:...

bug
help wanted

Currently execnet uses pipes without the CLOEXEC flag. There should be something like this around the parts that make the pipes: ```python old = fcntl.fcntl(fd, fcntl.F_GETFD) fcntl.fcntl(fd, fcntl.F_SETFD, old |...

bug

superseeds #80 this should be a optional feature the basic idea is that when dotenv is installed, lets support using it to load anf pass env vars extra care has...

``` testing/test_basics.py::TestPureChannel::test_channel_makefile_incompatmode[thread] testing/test_basics.py::TestPureChannel::test_factory_create[thread] testing/test_basics.py::TestPureChannel::test_factory_getitem[thread] testing/test_basics.py::TestPureChannel::test_channel_timeouterror[thread] $(PYTHON_DIR)/vendor-packages/_pytest/unraisableexception.py:78: PytestUnraisableExceptionWarning: Exception ignored in: Traceback (most recent call last): File "$(@D)/execnet/gateway_base.py", line 613, in __del__ self._trace("channel.__del__") File "$(@D)/execnet/gateway_base.py", line 572, in _trace self.gateway._trace(self.id, *msg)...

CC @ctheune @nicoddemus the execmodel concept that @hpk42 introduced back in 2013 has multiple drawbacks 1. it breaks execnet for testing qt, as the main thread is no longer under...

I'm using an RSync subclass that implements `filter()` to ignore some parts of a large tree, specifically things where the remote side has a local version like a virtualenv that...

enhancement

- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/55 - Originally reported by: Anonymous - Originally created at: 2017-04-04T19:57:58.121 A couple examples where this seems to happen with `pytest` [see Traceback 2 in this link](https://github.com/python/mypy/issues/3128#issue-219147431) [https://gist.github.com/khamidou/6b7e8702f8fc0e8dd251](https://gist.github.com/khamidou/6b7e8702f8fc0e8dd251)

Hi, in an attempt to package execnet for openSUSE, our build fails with: ``` [ 18s] =================================== FAILURES =================================== [ 18s] ____________ test_close_initiating_remote_no_error[sys.executable] _____________ [ 18s] [ 18s] testdir =...