trac: disabling pygments tests

This commit is contained in:
Marek Mahut 2020-02-01 18:18:29 +01:00
parent 24c739c512
commit 13d81e6b52

View File

@ -28,6 +28,9 @@ buildPythonApplication rec {
# Removing the date format tests as they are outdated
substituteInPlace trac/util/tests/__init__.py \
--replace "suite.addTest(datefmt.test_suite())" ""
# Removing Pygments tests as per https://trac.edgewall.org/ticket/13229
substituteInPlace trac/mimeview/tests/__init__.py \
--replace "suite.addTest(pygments.test_suite())" ""
'';
propagatedBuildInputs = [