You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/04/30 00:24:16 UTC

[GitHub] [incubator-mxnet] leezu commented on a change in pull request #18146: [CI] run pytest in parallel

leezu commented on a change in pull request #18146:
URL: https://github.com/apache/incubator-mxnet/pull/18146#discussion_r417685627



##########
File path: tests/python/train/test_resnet_aug.py
##########
@@ -39,14 +40,15 @@ def get_net():
     return softmax
 
 # check data
-get_cifar10()
+path = tempfile.mkdtemp()

Review comment:
       You're not cleaning up these temporary directories. You could use pytests functionality which will handle cleanup https://docs.pytest.org/en/latest/tmpdir.html




----------------------------------------------------------------
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:
users@infra.apache.org