Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 62b1c61

Browse files
committed
Igonre deprecation_test as well
1 parent 38e210e commit 62b1c61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/conftest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# Ignore a few test files that are (not yet) using pytest
1616
collect_ignore = [
1717
"sage/misc/nested_class_test.py",
18-
"sage/repl/rich_output/backend_test.py"
18+
"sage/repl/rich_output/backend_test.py",
19+
"sage/tests/deprecation_test.py"
1920
]
2021

2122

0 commit comments

Comments
 (0)