refactor: summarize error message without line number

This commit is contained in:
Florian Hönicke
2023-06-06 00:24:28 +02:00
parent 530ed3733e
commit 048db486c7
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ UNNECESSARY_PACKAGES = [
]
LANGUAGE_PACKAGES = [
'allennlp', 'bertopic', 'gpt-3', 'fasttext', 'flair', 'gensim', 'nltk', 'openai',
'allennlp', 'bert-for-tf2', 'bertopic', 'gpt-3', 'fasttext', 'flair', 'gensim', 'nltk', 'openai',
'pattern', 'polyglot', 'pytorch-transformers', 'rasa', 'sentence-transformers',
'spacy', 'stanza', 'summarizer', 'sumy', 'textblob', 'textstat', 'transformers',
'vadersentiment', 'language-tool-python'

View File

@@ -23,7 +23,7 @@ def test_generation_level_0(microservice_dir, mock_input_sequence):
"The microservice is very simple, it does not take anything as input and only outputs the word 'test'",
microservice_dir,
'gpt-3.5-turbo',
self_healing=False,
# self_healing=False,
)
assert generator.generate() == 0