Skip to content

Commit e573ef8

Browse files
committed
removing comment the runtests.py
1 parent 491c878 commit e573ef8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

runtests.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
c.plugins=DefaultPluginManager()
88
c.srcDirs = ['package']
99

10-
11-
# c.ignoreFiles.append('vm_autoload_driver')
1210
c.ignoreFiles.append(re.compile(r'^vm_autoload_driver\.py$'))
1311
c.ignoreFiles.append(re.compile(r'^test_get_inventory\.py$'))
14-
c.ignoreFiles.append(re.compile(r'^DeployAppOrchestrationDriver$'))
12+
1513

1614

1715
if not nose.run(config=c):

0 commit comments

Comments
 (0)