Bug 1416149 - Fix placement of test_fluent_lint.py r=gregtatum

Depends on D104414

Differential Revision: https://phabricator.services.mozilla.com/D104853
This commit is contained in:
Dan Minor 2021-02-11 20:30:19 +00:00
parent b248bcd4ac
commit a5dea5e689

View File

@ -7,9 +7,9 @@ requirements = tools/lint/python/black_requirements.txt
skip-if = os == "mac" # pip unable to find black
[test_eslint.py]
[test_flake8.py]
[test_fluent_lint.py]
requirements = tools/lint/python/flake8_requirements.txt
skip-if = os == "mac" # pip unable to find 'flake8==3.5.0'
[test_fluent_lint.py]
[test_file_perm.py]
skip-if = os == "win"
[test_file_whitespace.py]