mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Remove commented line, not needed anymore
This commit is contained in:
parent
4a33b2021c
commit
e5642546f1
1
setup.py
1
setup.py
@ -30,7 +30,6 @@ class PyTest(TestCommand):
|
|||||||
def run_tests(self):
|
def run_tests(self):
|
||||||
#import here, cause outside the eggs aren't loaded
|
#import here, cause outside the eggs aren't loaded
|
||||||
import pytest
|
import pytest
|
||||||
#errcode = tox.cmdline(self.test_args)
|
|
||||||
errcode = pytest.main(self.test_args)
|
errcode = pytest.main(self.test_args)
|
||||||
sys.exit(errcode)
|
sys.exit(errcode)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user