diff options
author | Georg Brandl <georg@python.org> | 2009-02-20 10:45:24 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-02-20 10:45:24 +0100 |
commit | 98311e1779f8272989abeb21bd57eefb53f7ef6c (patch) | |
tree | 2b58df3ab481dc2c0350daa04188287f1b8a744a /tests/test_quickstart.py | |
parent | 5b1415d16a13b28e27eaa38578faccdd3680f4a4 (diff) | |
download | sphinx-git-98311e1779f8272989abeb21bd57eefb53f7ef6c.tar.gz |
Forgot ifconfig.
Diffstat (limited to 'tests/test_quickstart.py')
-rw-r--r-- | tests/test_quickstart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py index fd48b3de2..ae001eb6b 100644 --- a/tests/test_quickstart.py +++ b/tests/test_quickstart.py @@ -125,6 +125,7 @@ def test_quickstart_all_answers(tempdir): 'coverage': 'no', 'pngmath': 'N', 'jsmath': 'no', + 'ifconfig': 'no', 'Create Makefile': 'no', 'Create Windows command file': 'no', } |