[Python-modules-commits] [sphinx] 03/07: disable a test that checks versions of JS libraries

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Jun 6 16:51:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sphinx.

commit a73cadbdb5fccecc1c7380ec34a5348a7920be8e
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
    
    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 07787ec..5d9377a 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