1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 09:18:08 +00:00

Remove commented line, not needed anymore

This commit is contained in:
Daniel Lintott 2014-08-09 12:26:24 +01:00
parent 4a33b2021c
commit e5642546f1

View File

@ -30,7 +30,6 @@ class PyTest(TestCommand):
def run_tests(self):
#import here, cause outside the eggs aren't loaded
import pytest
#errcode = tox.cmdline(self.test_args)
errcode = pytest.main(self.test_args)
sys.exit(errcode)