chore(sdk): add pytest.ini file (#10160)
* add pytest ini file * Update pytest.ini
This commit is contained in:
parent
7ab05d8a84
commit
2882fcf025
|
|
@ -0,0 +1,3 @@
|
|||
[pytest]
|
||||
addopts = --ignore=sdk/python/kfp/deprecated --ignore=sdk/python/kfp/tests
|
||||
testpaths = sdk/python/kfp
|
||||
Loading…
Reference in New Issue