Bug 1661783 - Re-enable test_rst.py on Linux.r=rstewart

Differential Revision: https://phabricator.services.mozilla.com/D89311
This commit is contained in:
championshuttler 2020-09-08 15:50:53 +00:00
Родитель 0295d6c8af
Коммит 34d62b1d86
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,7 @@ skip-if = os == "win"
[test_shellcheck.py]
[test_rst.py]
requirements = tools/lint/rst/requirements.txt
skip-if = os == "mac" || os == "linux" # pip unable to install
skip-if = os == "mac" # pip unable to install
[test_codespell.py]
skip-if = os == "win" || os == "mac" # codespell installed on Linux
[test_yaml.py]