summaryrefslogtreecommitdiff
path: root/media-video/subliminal/files/subliminal-2.1.0-fix-pytest-warning.patch
blob: b3d6cd019fda120b4e4de9927ce7465235c3743c (plain)
1
2
3
4
5
6
7
8
9
10
11
diff --git a/pytest.ini b/pytest.ini
index cfa3e35..e85c34b 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -9,3 +9,6 @@ flakes-ignore =
     docs/conf.py ALL
     subliminal/__init__.py UnusedImport
 doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
+markers =
+        integration
+        converter