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

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Jan 22 09:17:55 UTC 2017


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

mitya57 pushed a commit to branch master
in repository sphinx.

commit d4ddc47b25337b810e2329ef8dae46c8fdffa187
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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_theming.py b/tests/test_theming.py
index ce207a5..ed68b0c 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -63,6 +63,7 @@ def test_theme_api(app, status, warning):
     assert not os.path.exists(themedir)
 
 
+ at pytest.mark.skip('In Debian we use packaged JS libraries')
 @pytest.mark.sphinx(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