Skip to content

Commit

Permalink
Merge pull request #79023 from mmahut/trac
Browse files Browse the repository at this point in the history
trac: disabling pygments tests
  • Loading branch information
mmahut committed Feb 1, 2020
2 parents 1882d20 + 13d81e6 commit 6ba8ec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/misc/trac/default.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit 6ba8ec0

Please sign in to comment.