Skip to content

Commit

Permalink
skip yaml test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Feb 29, 2024
1 parent 7d8ee08 commit e437451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ def copy_tests_from_docs():
shutil.copy(path, docs_dest)
else:
if not os.path.exists(docs_dest):
raise RuntimeError(
f'Could not locate yaml docs in {docs_src} or {docs_dest}.')
warnings.warn(
f'Skip generating tests for yaml docs in {docs_src} or {docs_dest}.')


def get_portability_package_data():
Expand Down

0 comments on commit e437451

Please sign in to comment.