Matthieu Darbois
Matthieu Darbois
## Summary * OS: linux aarch64 * Bug fix: no * Type: wheels * Fixes: fixes #2104 fixes #2089 fixes #1954 fixes #1966 fixes #1972 closes #2021 closes #2040 closes...
## Summary * OS: all * Bug fix: no * Type: wheels * Fixes: fixes #2089 fixes #1954 closes #2021 closes #2040 ## Description Use Limited API when building with...
## Summary * OS: Linux/macOS * Bug fix: no * Type: tests, wheels * Fixes: fixes #2089 closes #2021 ## Description This commit updates the build workflow to use the...
## Summary * OS: Linux * Architecture: at least x86_64, i686 * Psutil version: master * Python version: at least 3.8/3.9/3.10 * Type: tests ## Description `psutil.tests.test_contracts.TestFetchAllProcesses.test_all` deadlocks randomly in...
## 🐞Describing the bug import coremltools fails with missing symbol on CentOS 7 ## Stack Trace ``` Traceback (most recent call last): File "", line 1, in File "/opt/_internal/cpython-3.9.13/lib/python3.9/site-packages/coremltools/__init__.py", line...
**Describe the bug** `pipx install --pip-args=--constraint=constraints.txt auditwheel` fails when `constraints.txt` uses hashes. This is most likely linked to https://github.com/pypa/pip/issues/9243 but, as I saw the issue with pipx, I though I'd...
It would be better to rebuild the sample from source to get it for all images but it's a bit complex to rebuild in a generic way. Test marked as...
`ppc64le` are failing on travis-ci due to an unknown infra change on their end.
License file are automatically added when building wheel: https://github.com/takluyver/flit/blob/8f93601d05abe00c833663df541200114dbf3ad1/flit_core/flit_core/wheel.py#L202-L204 However those files are missing in the `sdist` (unless using a specific include config). Shouldn't those license files be included in...
With CPython 3.11.0 beta1 available, it's time to add CPython 3.11 to manylinux images. The issue will be closed once CPython 3.11.0 is released. EDIT: 2022-08-21 CPython 3.11.0 rc1 is...