提交 5512a3d6 authored 作者: Brandon T. Willard's avatar Brandon T. Willard

Fix pytest ignore directives

上级 7dc3e47d
...@@ -25,10 +25,10 @@ env: ...@@ -25,10 +25,10 @@ env:
- NUMPY_VERSION=1.18.1 - NUMPY_VERSION=1.18.1
jobs: jobs:
- PART="theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox theano/scalar theano/scan_module theano/tests theano/typed_list" - PART="theano/compat theano/compile theano/d3viz theano/gof theano/misc theano/sandbox theano/scalar theano/scan_module theano/tests theano/typed_list"
- PART="theano/sparse theano/tensor --ignore=theano.tensor.tests.test_basic.py --ignore=theano.tensor.tests.test_elemwise.py --ignore=theano.tensor.tests.test_opt.py --ignore=theano/tensor/nnet" - PART="theano/sparse theano/tensor --ignore=theano/tensor/tests/test_basic.py --ignore=theano/tensor/tests/test_elemwise.py --ignore=theano/tensor/tests/test_opt.py --ignore=theano/tensor/nnet"
- PART="theano/tensor/tests/test_basic.py" - PART="theano/tensor/tests/test_basic.py"
- PART="theano/tensor/tests/test_elemwise.py theano/tensor/tests/test_opt.py" - PART="theano/tensor/tests/test_elemwise.py theano/tensor/tests/test_opt.py"
- PART="theano/tensor/nnet --ignore test_abstract_conv.py" - PART="theano/tensor/nnet --ignore-glob='*/test_abstract_conv.py'"
- PART="theano/tensor/nnet/tests/test_abstract_conv.py" - PART="theano/tensor/nnet/tests/test_abstract_conv.py"
addons: addons:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论