summaryrefslogtreecommitdiff
path: root/dev-python/threadpoolctl
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-17 18:31:39 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-10-17 18:31:39 +0000
commitcb259cfa3af99553df6eb9b1b3620b04be2965b6 (patch)
treeef833450d1a1ac83546d99a9780b301ded931d82 /dev-python/threadpoolctl
parent792e7671e9a15cded06bc28deb0f93fc6e2ec98a (diff)
downloadbaldeagleos-repo-cb259cfa3af99553df6eb9b1b3620b04be2965b6.tar.gz
baldeagleos-repo-cb259cfa3af99553df6eb9b1b3620b04be2965b6.tar.xz
baldeagleos-repo-cb259cfa3af99553df6eb9b1b3620b04be2965b6.zip
Adding metadata
Diffstat (limited to 'dev-python/threadpoolctl')
-rw-r--r--dev-python/threadpoolctl/threadpoolctl-3.2.0.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/threadpoolctl/threadpoolctl-3.2.0.ebuild b/dev-python/threadpoolctl/threadpoolctl-3.2.0.ebuild
index 1cfb2067b308..be0bab606d98 100644
--- a/dev-python/threadpoolctl/threadpoolctl-3.2.0.ebuild
+++ b/dev-python/threadpoolctl/threadpoolctl-3.2.0.ebuild
@@ -33,4 +33,9 @@ EPYTEST_DESELECT=(
# or file bugs about missing architectures until upstream realizes
# how bad idea that were.
tests/test_threadpoolctl.py::test_architecture
+ # This test fails if the Python executable (or any library that it
+ # links to) uses OpenMP. This can particularly be the case with
+ # CPython 3.12 that links to app-crypt/libb2.
+ # https://github.com/joblib/threadpoolctl/issues/146
+ tests/test_threadpoolctl.py::test_command_line_empty
)