[Python-modules-commits] [sphinx] 05/13: disable a test that checks versions of JS libraries
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Thu Dec 3 15:36:07 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sphinx.
commit 6cdc150881d7826db2a93993e4ec0bc266e53757
Author: Dmitry Shachnev <mitya57 at debian.org>
Date: Thu Oct 8 13:58:04 2015 -0700
disable a test that checks versions of JS libraries
Forwarded: not-needed
Last-Update: 2015-04-10
Patch-Name: disable_js_version_check.diff
---
tests/test_theming.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/test_theming.py b/tests/test_theming.py
index 3467ca2..db5c527 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -11,6 +11,7 @@
import os
import zipfile
+import unittest
from sphinx.theming import Theme, ThemeError
@@ -57,6 +58,7 @@ def test_theme_api(app, status, warning):
assert not os.path.exists(themedir)
+ at unittest.skip('In Debian we use packaged JS libraries')
@with_app(testroot='tocdepth') # a minimal root
def test_js_source(app, status, warning):
# Now sphinx provides non-minified JS files for jquery.js and underscore.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx.git
More information about the Python-modules-commits
mailing list