rkimball commented on a change in pull request #7766:
URL: https://github.com/apache/tvm/pull/7766#discussion_r613430617



##########
File path: tests/python/unittest/test_runtime_rpc.py
##########
@@ -45,7 +45,7 @@
 # run individual functions. Somewhere along the way, the imports are being
 # lost, so the server ends up not registering the functions.
 pytestmark = pytest.mark.skipif(
-    multiprocessing.get_start_method() != "fork",
+    sys.platform.startswith("win") == False and 
multiprocessing.get_start_method() != "fork",

Review comment:
       Actually this enables this test for Windows. Windows does not support 
fork so this test could never run on Windows, but now it can. I added a comment 
stating this




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to