Skip to content

Commit

Permalink
Don't test my script pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 9, 2025
1 parent d639b88 commit 6a32d21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/build_workshop_materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
The learner notebooks will have all the code stripped from the code cells unless
they have "keep-inputs" in their tags.
"""
try:
import pytest
pytest.mark.skip()
except ImportError:
pass
import sys
import argparse
import subprocess
Expand Down

0 comments on commit 6a32d21

Please sign in to comment.