Skip to content

Commit c64c191

Browse files
GMS103dimpase
authored andcommitted
conftest.py
1 parent be167dc commit c64c191

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

conftest.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@ def pytest_collect_file(
198198
# This is an executable file.
199199
return IgnoreCollector.from_parent(parent)
200200

201+
<<<<<<< HEAD
202+
=======
203+
if file_path.name == "conftest_inputtest.py":
204+
# This is an input file for testing the doctest machinery (and contains broken doctests).
205+
return IgnoreCollector.from_parent(parent)
206+
207+
>>>>>>> 96245a0e185 (conftest.py)
201208
if (
202209
(
203210
file_path.name == "finite_dimensional_lie_algebras_with_basis.py"

0 commit comments

Comments
 (0)