about summary refs log tree commit diff
path: root/pkgs/tools/misc/trac/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/trac/default.nix')
-rw-r--r--pkgs/tools/misc/trac/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/misc/trac/default.nix b/pkgs/tools/misc/trac/default.nix
index 39bbf6850eb6f..f41087ca3fdc5 100644
--- a/pkgs/tools/misc/trac/default.nix
+++ b/pkgs/tools/misc/trac/default.nix
@@ -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 = [