chore(sdk): add pytest.ini file (#10160)

* add pytest ini file

* Update pytest.ini
This commit is contained in:
Connor McCarthy 2023-10-25 20:26:09 -05:00 committed by GitHub
parent 7ab05d8a84
commit 2882fcf025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
pytest.ini Normal file
View File

@ -0,0 +1,3 @@
[pytest]
addopts = --ignore=sdk/python/kfp/deprecated --ignore=sdk/python/kfp/tests
testpaths = sdk/python/kfp