Skip to content

Commit

Permalink
fix: doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 11, 2023
1 parent d6b5aa7 commit 8c85235
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_docs/test_code_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,12 +160,6 @@ def code_process_fn(self, s): # type: ignore
# instead of checking the code block as a whole.

md_to_code = {
"docs/demos/price_oracle_fsms.md": {
"code_files": [
"packages/valory/skills/registration_abci/fsm_specification.yaml",
],
"skip_blocks": [1, 2, 3, 4, 5],
},
"docs/guides/deploy_service.md": {"skip_blocks": [0]},
"docs/advanced_reference/developer_tooling/benchmarking.md": {
"skip_blocks": [0]
Expand Down

0 comments on commit 8c85235

Please sign in to comment.