pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-dask: Add missing patch file
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Mon Jul 1 06:04:23 2024 -0600
Changeset: fdc3344ba21ff3e3f7a87493e84ff49881dc176f
Added Files:
py-dask/patches/patch-pyproject.toml
Log Message:
py-dask: Add missing patch file
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fdc3344ba21ff3e3f7a87493e84ff49881dc176f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-dask/patches/patch-pyproject.toml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diffs:
diff --git a/py-dask/patches/patch-pyproject.toml b/py-dask/patches/patch-pyproject.toml
new file mode 100644
index 0000000000..c33ca899db
--- /dev/null
+++ b/py-dask/patches/patch-pyproject.toml
@@ -0,0 +1,19 @@
+$NetBSD$
+
+We get more useful information from tests if we use the signal method
+
+--- pyproject.toml.orig 2024-06-14 20:42:14.000000000 +0000
++++ pyproject.toml
+@@ -154,10 +154,10 @@ xfail_strict = true
+ # 'thread' kills off the whole test suite. 'signal' only kills the offending test.
+ # However, 'signal' doesn't work on Windows (due to lack of SIGALRM).
+ # The CI script modifies this config file on the fly on Linux and MacOS.
+-timeout_method = "thread"
++timeout_method = "signal"
+ # This should not be reduced; Windows CI has been observed to be occasionally
+ # exceptionally slow.
+-timeout = 300
++timeout = 20
+
+ [tool.mypy]
+ # Silence errors about Python 3.9-style delayed type annotations on Python 3.8
Home |
Main Index |
Thread Index |
Old Index