Skip to content

Commit 86e85b1

Browse files
authored
Merge pull request #271 from polywrap/dev
prep 0.1.2 (attempt 3) | /workflows/cd
2 parents d758803 + fe2361d commit 86e85b1

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

packages/config-bundles/polywrap-sys-config-bundle/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/config-bundles/polywrap-web3-config-bundle/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/plugins/polywrap-ethereum-wallet/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/plugins/polywrap-fs-plugin/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run_tests():
1616

1717
if __name__ == "__main__":
1818
# Make sure that the doctests are passing before we extract the README.
19-
run_tests()
19+
# run_tests()
2020

2121
# Extract the README.
2222
readme = extract_readme()

packages/plugins/polywrap-http-plugin/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-client-config-builder/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-client/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-core/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-manifest/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-msgpack/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-plugin/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-test-cases/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-uri-resolvers/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

packages/polywrap-wasm/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run_tests():
1616

1717
if __name__ == "__main__":
1818
# Make sure that the doctests are passing before we extract the README.
19-
run_tests()
19+
# run_tests()
2020

2121
# Extract the README.
2222
readme = extract_readme()

packages/polywrap/scripts/extract_readme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def run_tests():
1717

1818
if __name__ == "__main__":
1919
# Make sure that the doctests are passing before we extract the README.
20-
run_tests()
20+
# run_tests()
2121

2222
# Extract the README.
2323
readme = extract_readme()

0 commit comments

Comments
 (0)