[tune] Try to enable PTL, SKlearn tests (#11542)

This commit is contained in:
Richard Liaw
2020-10-24 01:08:46 -07:00
committed by GitHub
parent d3ee83205b
commit 1b357533b1
12 changed files with 49 additions and 33 deletions
@@ -155,4 +155,4 @@ class PyTorchLightningIntegrationTest(unittest.TestCase):
if __name__ == "__main__":
import pytest
import sys
sys.exit(pytest.main(["-v", __file__]))
sys.exit(pytest.main(sys.argv[1:] + ["-v", __file__]))