heaseny opened a new pull request #17626: Use relative path for extension unit tests URL: https://github.com/apache/incubator-mxnet/pull/17626 ## Description ## Use relative path for extension tests, : nosetests -s -v test_extensions:test_subgraph nosetests -s -v test_extensions:test_custom_op can also support below test formats: nosetests -s -v tests/python/unittest/test_extensions.py:test_subgraph nosetests -s -v tests/python/unittest/test_extensions.py:test_custom_op ## Checklist ## ### Essentials ### - [ ] Changes are complete - [ ] All changes have test coverage: - [ ] Code is well-documented: - Check the API doc at https://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/PR-$PR_ID/$BUILD_ID/index.html ### Changes ### - [ ] Changes to relative path for build directory which used by test_extensions:test_subgraph - [ ] Changes to relative path for build directory which used by test_extensions:test_custom_op
---------------------------------------------------------------- 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] With regards, Apache Git Services
