pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/matrix-synapse



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Dec 14 16:59:28 UTC 2023

Modified Files:
        pkgsrc/chat/matrix-synapse: Makefile

Log Message:
chat/matrix-synapse: Freshen comment about (bad) test situation

The problem is the test infrastructure, not actual synapse problems.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/chat/matrix-synapse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/matrix-synapse/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.89 pkgsrc/chat/matrix-synapse/Makefile:1.90
--- pkgsrc/chat/matrix-synapse/Makefile:1.89    Thu Dec 14 16:54:51 2023
+++ pkgsrc/chat/matrix-synapse/Makefile Thu Dec 14 16:59:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2023/12/14 16:54:51 gdt Exp $
+# $NetBSD: Makefile,v 1.90 2023/12/14 16:59:28 gdt Exp $
 
 DISTNAME=      matrix-synapse-1.98.0
 CATEGORIES=    chat
@@ -110,8 +110,8 @@ post-install:
        ${INSTALL_DATA} files/README.pkgsrc.NetBSD.txt ${DESTDIR}${DOCDIR}
 
 # \todo Grok upstream's new test scheme and port to it.
-# test status as of 1.51.0
-# 51 warnings, 1 error
+# As of 1.98.0 all tests fail, most of them failing to import
+# synapse.synapse_rust.
 do-test:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} pytest-${PYVERSSUFFIX}
 



Home | Main Index | Thread Index | Old Index