mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
trac: disabling pygments tests
This commit is contained in:
parent
24c739c512
commit
13d81e6b52
|
@ -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 a new issue