gnu: opendht: Really disable the problematic testListen test.
* gnu/packages/networking.scm (opendht) [phases]{disable-problematic-tests}: Adjust regexp pattern. Reported-by: Jack Hill <jackhill@jackhill.us>
parent
ac65e3029b
commit
e6480571a0
|
@ -3506,8 +3506,8 @@ and targeted primarily for asynchronous processing of HTTP-requests.")
|
||||||
;; on, introducing nondeterminism (see:
|
;; on, introducing nondeterminism (see:
|
||||||
;; https://github.com/savoirfairelinux/opendht/issues/626).
|
;; https://github.com/savoirfairelinux/opendht/issues/626).
|
||||||
(substitute* "tests/Makefile.am"
|
(substitute* "tests/Makefile.am"
|
||||||
(("tests/dhtrunnertester.(h|cpp)$" all)
|
(("\\bdhtrunnertester\\.(h|cpp)\\b")
|
||||||
(string-append "# " all)))))
|
""))))
|
||||||
(add-after 'unpack 'fix-python-installation-prefix
|
(add-after 'unpack 'fix-python-installation-prefix
|
||||||
;; Specify the installation prefix for the compiled Python module
|
;; Specify the installation prefix for the compiled Python module
|
||||||
;; that would otherwise attempt to installs itself to Python's own
|
;; that would otherwise attempt to installs itself to Python's own
|
||||||
|
|
Reference in New Issue