mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
sci-ml/tokenizers: drop test failing in sandbox
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -398,6 +398,50 @@ src_test() {
|
||||
#cargo_src_test
|
||||
cd ../bindings/python
|
||||
local -x EPYTEST_IGNORE=( benches/ )
|
||||
local -x EPYTEST_DESELECT=(
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_sequence_ids
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_n_sequences
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_word_to_tokens
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_word_to_chars
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_token_to_sequence
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_token_to_chars
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_token_to_word
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_char_to_token
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_char_to_word
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_truncation
|
||||
tests/bindings/test_encoding.py::TestEncoding::test_invalid_truncate_direction
|
||||
tests/bindings/test_models.py::TestBPE::test_instantiate
|
||||
tests/bindings/test_models.py::TestWordLevel::test_instantiate
|
||||
tests/bindings/test_models.py::TestWordPiece::test_instantiate
|
||||
tests/bindings/test_processors.py::TestByteLevelProcessing::test_processing
|
||||
tests/bindings/test_trainers.py::TestUnigram::test_continuing_prefix_trainer_mismatch
|
||||
tests/bindings/test_trainers.py::TestUnigram::test_train
|
||||
tests/bindings/test_trainers.py::TestUnigram::test_train_parallelism_with_custom_pretokenizer
|
||||
tests/documentation/test_pipeline.py::TestPipeline::test_pipeline
|
||||
tests/documentation/test_pipeline.py::TestPipeline::test_bert_example
|
||||
tests/implementations/test_char_bpe.py::TestCharBPETokenizer::test_basic_encode
|
||||
tests/implementations/test_char_bpe.py::TestCharBPETokenizer::test_lowercase
|
||||
tests/implementations/test_char_bpe.py::TestCharBPETokenizer::test_decoding
|
||||
tests/implementations/test_char_bpe.py::TestCharBPETokenizer::test_multiprocessing_with_parallelism
|
||||
tests/test_serialization.py::TestSerialization::test_full_serialization_albert
|
||||
tests/test_serialization.py::TestSerialization::test_str_big
|
||||
tests/bindings/test_tokenizer.py::TestTokenizer::test_encode_formats
|
||||
tests/bindings/test_tokenizer.py::TestTokenizer::test_encode_add_special_tokens
|
||||
tests/bindings/test_tokenizer.py::TestTokenizer::test_from_pretrained
|
||||
tests/bindings/test_tokenizer.py::TestTokenizer::test_from_pretrained_revision
|
||||
tests/bindings/test_tokenizer.py::TestTokenizer::test_encode_special_tokens
|
||||
tests/bindings/test_tokenizer.py::TestTokenizer::test_splitting
|
||||
tests/documentation/test_quicktour.py::TestQuicktour::test_quicktour
|
||||
tests/documentation/test_tutorial_train_from_iterators.py::TestTrainFromIterators::test_datasets
|
||||
tests/documentation/test_tutorial_train_from_iterators.py::TestTrainFromIterators::test_gzip
|
||||
tests/implementations/test_bert_wordpiece.py::TestBertWordPieceTokenizer::test_basic_encode
|
||||
tests/implementations/test_bert_wordpiece.py::TestBertWordPieceTokenizer::test_multiprocessing_with_parallelism
|
||||
tests/implementations/test_byte_level_bpe.py::TestByteLevelBPE::test_basic_encode
|
||||
tests/implementations/test_byte_level_bpe.py::TestByteLevelBPE::test_add_prefix_space
|
||||
tests/implementations/test_byte_level_bpe.py::TestByteLevelBPE::test_lowerspace
|
||||
tests/implementations/test_byte_level_bpe.py::TestByteLevelBPE::test_multiprocessing_with_parallelism
|
||||
|
||||
)
|
||||
distutils-r1_src_test
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user