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 2019/10/08 04:06:33 UTC

[GitHub] [incubator-mxnet] TaoLv commented on issue #16263: [mkldnn-v1.0] Add MKL-DNN sum concat

TaoLv commented on issue #16263: [mkldnn-v1.0] Add MKL-DNN sum concat
URL: https://github.com/apache/incubator-mxnet/pull/16263#issuecomment-539307235
 
 
   @perdasilva @marcoabreu Could you please take a look at the CI failure? Looks like it's related to the CI environment?
   
   ```
   + python tests/python-pytest/onnx/backend_test.py
   
   Traceback (most recent call last):
   
     File "tests/python-pytest/onnx/backend_test.py", line 89, in <module>
   
       unittest.TextTestRunner().run(test_suite(BACKEND_TESTS.enable_report()))
   
     File "/usr/local/lib/python2.7/dist-packages/onnx/backend/test/runner/__init__.py", line 96, in enable_report
   
       import pytest  # type: ignore
   
     File "/usr/local/lib/python2.7/dist-packages/pytest.py", line 13, in <module>
   
       from _pytest.fixtures import fixture, yield_fixture
   
     File "/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py", line 832, in <module>
   
       class FixtureFunctionMarker(object):
   
     File "/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py", line 834, in FixtureFunctionMarker
   
       params = attr.ib(convert=attr.converters.optional(tuple))
   
   TypeError: attrib() got an unexpected keyword argument 'convert'
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services