Skip to content
Snippets Groups Projects

Skip DeathReaper tests when `pydiscourse` is not importable (#443)

Merged Moul requested to merge 433_dr_tests_pydiscourse into main
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
@@ -15,6 +15,11 @@
@@ -15,6 +15,11 @@
import pytest
import pytest
 
pytest.importorskip(
 
"pydiscourse",
 
reason="pydiscourse can't be imported, skipping deathreaper tests",
 
)
 
from silkaj.wot import exclusions
from silkaj.wot import exclusions
Loading