-
This one I've noticed while testing IPython. The simplest reproducer is:
`conftest.py`:
```python
import inspect
def pytest_collection_modifyitems(items):
for item in items:
…
-
Is this still valid?
```
zmq.asyncio.ZMQEventLoop cannot be combined with other loop implementations (most notable is ultra fast uvloop).
It uses internal ZMQ Poller which has fast ZMQ Sockets su…
-
While trying to migrate zurl to test against py3.12, ran into the following test failure
```
zmq/backend/cython/_device.c: In function ‘__Pyx_Raise’:
zmq/backend/cython/_device.c:4372:34:…
-
Hi,
I noticed that PyFlow has a dependency on `ecflow`, but instead of having the dependency listed in `setup.py`, it's using an `environment.yml` and Conda.
Would it be possible to publish the …
kinow updated
3 months ago
-
### Summary of Problem
In addressing #7008, I'm adding some Chapel-Python interoperability tests for the `ZMQ` module. These require Python to have the `pyzmq` module installed for the Python inter…
-
ipython 7.4.0
ipykernel 5.1.0
pyzmq (18.0.0) or (18.0.1)
Previous versions of ipython didn't have this issue but it related to the newer pyzmq lib.
Fixes:
downgrading pyzmq to 17.1.3 seems t…
-
Fix all of the future/deprecations warnings currently present:
**Done (#202, #211):**
- [x] Fix `MarkerStyle(None)` deprecation in matplotlib by replacing it with `MarkerStyle('')`
- [x] Replace…
-
This issue is to track issues with the recent tornado 6 update. It's corresponding issue in lab is jupyterlab/jupyterlab#6131. Our tests are currently failing on kernel restarts with errors like
```…
-
```
What version of the product are you using? On what operating system?
$ python -V
Python 2.7.7
$ lsb_release -a
LSB Version:
:base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:gra…
-
Hi @hhuuggoo,
I'm a bit of a novice but I'm stuck with 'connecting' the Requests with the Pub server.
I'm running test.py, pyzmq_rep_server.py & pyzmq_pub.py in my terminal and running test html fro…