Skip to content

Commit e79d46c

Browse files
committed
Test sources excluded by exclude_patterns
1 parent fb3c48a commit e79d46c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

test/sources/test-rst/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
extensions = ["sphinx_tags"]
22
tags_create_tags = True
33
tags_extension = ["rst"]
4+
exclude_patterns = ["excluded"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Page 4
2+
======
3+
.. tags:: tag_1, tag_5,

test/test_general_tags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
OUTPUT_DIR = OUTPUT_ROOT_DIR / "general"
1010

1111

12-
# TODO: ipynb tests are currently failing because _build/doctrees/nbsphinx/*.ipynb files are
13-
# getting included
1412
def run_all_formats():
1513
"""Return a decorator that runs a test in all supported markup formats"""
1614
return pytest.mark.parametrize(

0 commit comments

Comments
 (0)