From fe2361d03b27dcba3640c70f4f3eef9baf4c7aa1 Mon Sep 17 00:00:00 2001 From: Niraj Kamdar Date: Fri, 8 Sep 2023 15:01:04 +0530 Subject: [PATCH] chore: ignore doctest while extracting readme to publish temporarily --- .../polywrap-sys-config-bundle/scripts/extract_readme.py | 2 +- .../polywrap-web3-config-bundle/scripts/extract_readme.py | 2 +- .../plugins/polywrap-ethereum-wallet/scripts/extract_readme.py | 2 +- packages/plugins/polywrap-fs-plugin/scripts/extract_readme.py | 2 +- packages/plugins/polywrap-http-plugin/scripts/extract_readme.py | 2 +- .../polywrap-client-config-builder/scripts/extract_readme.py | 2 +- packages/polywrap-client/scripts/extract_readme.py | 2 +- packages/polywrap-core/scripts/extract_readme.py | 2 +- packages/polywrap-manifest/scripts/extract_readme.py | 2 +- packages/polywrap-msgpack/scripts/extract_readme.py | 2 +- packages/polywrap-plugin/scripts/extract_readme.py | 2 +- packages/polywrap-test-cases/scripts/extract_readme.py | 2 +- packages/polywrap-uri-resolvers/scripts/extract_readme.py | 2 +- packages/polywrap-wasm/scripts/extract_readme.py | 2 +- packages/polywrap/scripts/extract_readme.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/config-bundles/polywrap-sys-config-bundle/scripts/extract_readme.py b/packages/config-bundles/polywrap-sys-config-bundle/scripts/extract_readme.py index b54b1b0d..e2ae32cf 100644 --- a/packages/config-bundles/polywrap-sys-config-bundle/scripts/extract_readme.py +++ b/packages/config-bundles/polywrap-sys-config-bundle/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/config-bundles/polywrap-web3-config-bundle/scripts/extract_readme.py b/packages/config-bundles/polywrap-web3-config-bundle/scripts/extract_readme.py index d510bddc..e4db660d 100644 --- a/packages/config-bundles/polywrap-web3-config-bundle/scripts/extract_readme.py +++ b/packages/config-bundles/polywrap-web3-config-bundle/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/plugins/polywrap-ethereum-wallet/scripts/extract_readme.py b/packages/plugins/polywrap-ethereum-wallet/scripts/extract_readme.py index 89c6eab1..875a6de2 100644 --- a/packages/plugins/polywrap-ethereum-wallet/scripts/extract_readme.py +++ b/packages/plugins/polywrap-ethereum-wallet/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/plugins/polywrap-fs-plugin/scripts/extract_readme.py b/packages/plugins/polywrap-fs-plugin/scripts/extract_readme.py index ea25efc2..e602196a 100644 --- a/packages/plugins/polywrap-fs-plugin/scripts/extract_readme.py +++ b/packages/plugins/polywrap-fs-plugin/scripts/extract_readme.py @@ -16,7 +16,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/plugins/polywrap-http-plugin/scripts/extract_readme.py b/packages/plugins/polywrap-http-plugin/scripts/extract_readme.py index 7e7ebaa7..b1f4358c 100644 --- a/packages/plugins/polywrap-http-plugin/scripts/extract_readme.py +++ b/packages/plugins/polywrap-http-plugin/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-client-config-builder/scripts/extract_readme.py b/packages/polywrap-client-config-builder/scripts/extract_readme.py index fbe1da23..2b287f1d 100644 --- a/packages/polywrap-client-config-builder/scripts/extract_readme.py +++ b/packages/polywrap-client-config-builder/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-client/scripts/extract_readme.py b/packages/polywrap-client/scripts/extract_readme.py index 9e5c6459..59ac5497 100644 --- a/packages/polywrap-client/scripts/extract_readme.py +++ b/packages/polywrap-client/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-core/scripts/extract_readme.py b/packages/polywrap-core/scripts/extract_readme.py index 3a9a602b..aaeb5505 100644 --- a/packages/polywrap-core/scripts/extract_readme.py +++ b/packages/polywrap-core/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-manifest/scripts/extract_readme.py b/packages/polywrap-manifest/scripts/extract_readme.py index ea655108..758e7e03 100644 --- a/packages/polywrap-manifest/scripts/extract_readme.py +++ b/packages/polywrap-manifest/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-msgpack/scripts/extract_readme.py b/packages/polywrap-msgpack/scripts/extract_readme.py index 3ab78466..5d404b4e 100644 --- a/packages/polywrap-msgpack/scripts/extract_readme.py +++ b/packages/polywrap-msgpack/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-plugin/scripts/extract_readme.py b/packages/polywrap-plugin/scripts/extract_readme.py index 48e72616..f89379c8 100644 --- a/packages/polywrap-plugin/scripts/extract_readme.py +++ b/packages/polywrap-plugin/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-test-cases/scripts/extract_readme.py b/packages/polywrap-test-cases/scripts/extract_readme.py index 4872a93f..12ce4f93 100644 --- a/packages/polywrap-test-cases/scripts/extract_readme.py +++ b/packages/polywrap-test-cases/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-uri-resolvers/scripts/extract_readme.py b/packages/polywrap-uri-resolvers/scripts/extract_readme.py index f4eac172..a24c8315 100644 --- a/packages/polywrap-uri-resolvers/scripts/extract_readme.py +++ b/packages/polywrap-uri-resolvers/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap-wasm/scripts/extract_readme.py b/packages/polywrap-wasm/scripts/extract_readme.py index cca89fb9..7972c576 100644 --- a/packages/polywrap-wasm/scripts/extract_readme.py +++ b/packages/polywrap-wasm/scripts/extract_readme.py @@ -16,7 +16,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme() diff --git a/packages/polywrap/scripts/extract_readme.py b/packages/polywrap/scripts/extract_readme.py index 8bddebae..4d89eb3d 100644 --- a/packages/polywrap/scripts/extract_readme.py +++ b/packages/polywrap/scripts/extract_readme.py @@ -17,7 +17,7 @@ def run_tests(): if __name__ == "__main__": # Make sure that the doctests are passing before we extract the README. - run_tests() + # run_tests() # Extract the README. readme = extract_readme()