python-pyzmq/_constraints
Dirk Mueller 08d34f1648 Accepting request 904236 from home:alarrosa:branches:devel:languages:python
Update to 22.1.0 and increase the memory constraint since it sometimes
results in an error such as:

[  401s] ../tests/test_socket.py::TestSocket::test_large_send [  374.574996] Out of memory: Killed process 3386 (pytest-3.6) total-vm:6451008kB, anon-rss:2193620kB, file-rss:0kB, shmem-rss:0kB, UID:399 pgtables:8652kB oom_score_adj:0

- Update to 22.1.0
  * New features:
    - asyncio: experimental support for Proactor eventloop if
      tornado 6.1 is available by running a selector in a
      background thread.
  * Fixes:
    - Windows: fix type of socket.FD option in win-amd64
    - asyncio: Cancel timers when using HWM with async Sockets
  * Other changes:
    - Windows: update bundled libzmq dll URLs for Windows. Windows
      wheels no longer include concrt140.dll.
    - adopt pre-commit for formatting, linting

- Increase memory constraint from 8000M to 9000M since build
  sometimes fails with "Out of memory" errors.

OBS-URL: https://build.opensuse.org/request/show/904236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=98
2021-07-05 17:14:29 +00:00

8 lines
117 B
Plaintext

<constraints>
<hardware>
<memory>
<size unit="M">9000</size>
</memory>
</hardware>
</constraints>