]> jfr.im git - yt-dlp.git/blobdiff - setup.cfg
`FFmpegFixupM3u8PP` may need to run with ffmpeg
[yt-dlp.git] / setup.cfg
index 2def390f5193a23ed238af6d2af4d35292b1c6d4..6deaa797151bfc3ee2eb0cff6ad65532087e51c7 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,12 +26,12 @@ markers =
 
 [tox:tox]
 skipsdist = true
-envlist = py{36,37,38,39,310},pypy{36,37,38,39}
+envlist = py{36,37,38,39,310,311},pypy{36,37,38,39}
 skip_missing_interpreters = true
 
 [testenv]  # tox
 deps =
-   pytest
+    pytest
 commands = pytest {posargs:"-m not download"}
 passenv = HOME  # For test_compat_expanduser
 setenv =