Merge pull request #79023 from mmahut/trac

trac: disabling pygments tests
This commit is contained in:
Marek Mahut 2020-02-01 19:09:42 +01:00 committed by GitHub
commit 6ba8ec0c09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [