Skip to content

Commit 8267a98

Browse files
authored
Merge pull request Supervisor#1413 from sbraz/doc_tests
Stop running tests when building the documentation
2 parents e216fbf + 7b463f8 commit 8267a98

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/conf.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222

2323
parent = os.path.dirname(os.path.dirname(__file__))
2424
sys.path.append(os.path.abspath(parent))
25-
wd = os.getcwd()
26-
os.chdir(parent)
27-
os.system('%s setup.py test -q' % sys.executable)
28-
os.chdir(wd)
29-
30-
for item in os.listdir(parent):
31-
if item.endswith('.egg'):
32-
sys.path.append(os.path.join(parent, item))
3325

3426
version_txt = os.path.join(parent, 'supervisor/version.txt')
3527
supervisor_version = open(version_txt).read().strip()

0 commit comments

Comments
 (0)