Revert "Temporarily ignore W095 in assemble CLI CI test (#9460)"

This reverts commit 8db574e0b5.
This commit is contained in:
Adriane Boyd 2021-11-02 14:24:54 +01:00
parent 4d5db737e9
commit 53a3523910

View File

@ -98,8 +98,7 @@ steps:
- script: |
python -c "import spacy; config = spacy.util.load_config('ner.cfg'); config['components']['ner'] = {'source': 'ca_core_news_sm'}; config.to_disk('ner_source_sm.cfg')"
# temporarily ignore W095
PYTHONWARNINGS="error,ignore:[W095]:UserWarning,ignore::DeprecationWarning" python -m spacy assemble ner_source_sm.cfg output_dir
PYTHONWARNINGS="error,ignore::DeprecationWarning" python -m spacy assemble ner_source_sm.cfg output_dir
displayName: 'Test assemble CLI'
condition: eq(variables['python_version'], '3.8')