Merge pull request #79023 from mmahut/trac
trac: disabling pygments tests
This commit is contained in:
commit
6ba8ec0c09
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user