summaryrefslogtreecommitdiff
path: root/test/test_settings.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-11-25 11:26:34 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-11-25 11:26:34 +0000
commitdbd944e80a6f67bea3f3b0e332a3b0c34ee618f5 (patch)
treede0a945fa2b3a38dd7cbc2588e5065b827936605 /test/test_settings.py
parenta673ffc183e5c83b090e28ef45019639adc851f7 (diff)
downloaddocutils-dbd944e80a6f67bea3f3b0e332a3b0c34ee618f5.tar.gz
removed no_random option; SF's Python doesn't seem to be broken anymore
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2868 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/test_settings.py')
-rwxr-xr-xtest/test_settings.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_settings.py b/test/test_settings.py
index 2a17c6eef..bb0b87020 100755
--- a/test/test_settings.py
+++ b/test/test_settings.py
@@ -43,7 +43,6 @@ class ConfigFileTests(unittest.TestCase):
settings = {
'old': {'datestamp': '%Y-%m-%d %H:%M UTC',
'generator': 1,
- 'no_random': 1,
'python_home': 'http://www.python.org',
'source_link': 1,
'stylesheet': None,
@@ -51,7 +50,6 @@ class ConfigFileTests(unittest.TestCase):
'template': fixpath('data/pep-html-template')},
'one': {'datestamp': '%Y-%m-%d %H:%M UTC',
'generator': 1,
- 'no_random': 1,
'python_home': 'http://www.python.org',
'record_dependencies': utils.DependencyList(),
'source_link': 1,