pytext/config/test/component_test.py::ComponentTest::test_auto_include_sub_component_in_config
pytext/config/test/component_test.py::ComponentTest::test_serialize_expansible_component
pytext/config/test/component_test.py::ComponentTest::test_serialize_union_with_expansible_component
pytext/config/test/component_test.py::ComponentTest::test_use_non_expansible_component_in_config
pytext/config/test/component_test.py::ComponentTest::test_use_non_sub_component_in_config
pytext/config/test/config_adapter_test.py::ConfigAdapterTest::test_has_all_adapters
pytext/config/test/config_adapter_test.py::ConfigAdapterTest::test_upgrade_one_version
pytext/config/test/config_adapter_test.py::ConfigAdapterTest::test_upgrade_to_latest
pytext/config/test/pytext_config_test.py::ConfigBaseTest::test_inherit
pytext/config/test/pytext_config_test.py::ConfigBaseTest::test_subclassing_valid_ordering
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_component
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_component_subconfig_deserialize
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_component_subconfig_serialize
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_default_union
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_default_value_expansible_config
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_implicit_type_cast
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_incorrect_input_type
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_incorrect_union
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_missing_value
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_nested_config_with_union
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_unknown_fields
pytext/config/test/pytext_config_test.py::PytextConfigTest::test_use_default_value
pytext/config/test/pytext_config_test.py::TupleConfigTest::test_invalid_multiple_values_with_no_ellipsis
pytext/config/test/pytext_config_test.py::TupleConfigTest::test_invalid_tuple
pytext/config/test/pytext_config_test.py::TupleConfigTest::test_multiple_values_with_ellipsis
pytext/config/test/pytext_config_test.py::TupleConfigTest::test_nested_tuple
pytext/config/test/serialize_test.py::SerializeTest::test_value_from_json
pytext/config/test/serialize_test.py::SerializeTest::test_value_to_json
pytext/data/data_structures/tests/annotation_test.py::TestAnnotation::test_annotation
pytext/data/data_structures/tests/annotation_test.py::TestAnnotation::test_annotation_errors
pytext/data/test/batch_sampler_test.py::BatchSamplerTest::test_alternate_prob_batch_sampler
pytext/data/test/batch_sampler_test.py::BatchSamplerTest::test_eval_batch_sampler
pytext/data/test/batch_sampler_test.py::BatchSamplerTest::test_prob_batch_sampler
pytext/data/test/batch_sampler_test.py::BatchSamplerTest::test_round_robin_batch_sampler
pytext/data/test/data_test.py::DataTest::test_create_batches
pytext/data/test/data_test.py::DataTest::test_create_batches_different_tensorizers
pytext/data/test/data_test.py::DataTest::test_create_batches_with_cache
pytext/data/test/data_test.py::DataTest::test_create_data_no_batcher_provided
pytext/data/test/data_test.py::DataTest::test_data_initializes_tensorsizers
pytext/data/test/data_test.py::DataTest::test_data_iterate_multiple_times
pytext/data/test/data_test.py::DataTest::test_fp16_padding
pytext/data/test/data_test.py::DataTest::test_sort
pytext/data/test/data_test.py::BatcherTest::test_batcher
pytext/data/test/data_test.py::BatcherTest::test_pooling_batcher
pytext/data/test/dynamic_pooling_batcher_test.py::DynamicPoolingBatcherTest::test_batch_size_greater_than_data
pytext/data/test/dynamic_pooling_batcher_test.py::DynamicPoolingBatcherTest::test_exponential_scheduler
pytext/data/test/dynamic_pooling_batcher_test.py::DynamicPoolingBatcherTest::test_linear_scheduler
pytext/data/test/dynamic_pooling_batcher_test.py::DynamicPoolingBatcherTest::test_step_size
pytext/data/test/pandas_data_source_test.py::PandasDataSourceTest::test_create_data_source
pytext/data/test/pandas_data_source_test.py::PandasDataSourceTest::test_empty_data
pytext/data/test/round_robin_batchiterator_test.py::RoundRobinBatchIteratorTest::test_batch_iterator
pytext/data/test/simple_featurizer_test.py::SimpleFeaturizerTest::test_convert_to_bytes
pytext/data/test/simple_featurizer_test.py::SimpleFeaturizerTest::test_split_with_regex
pytext/data/test/simple_featurizer_test.py::SimpleFeaturizerTest::test_tokenize
pytext/data/test/simple_featurizer_test.py::SimpleFeaturizerTest::test_tokenize_add_sentence_markers
pytext/data/test/simple_featurizer_test.py::SimpleFeaturizerTest::test_tokenize_dont_lowercase
pytext/data/test/tensorizers_test.py::LookupTokensTest::test_lookup_tokens
pytext/data/test/tensorizers_test.py::ListTensorizersTest::test_create_label_list_tensors
pytext/data/test/tensorizers_test.py::ListTensorizersTest::test_initialize_list_tensorizers
pytext/data/test/tensorizers_test.py::ListTensorizersTest::test_label_list_tensors_no_pad_in_vocab
pytext/data/test/tensorizers_test.py::TensorizersTest::test_annotation_num
pytext/data/test/tensorizers_test.py::TensorizersTest::test_byte_tensors_error_code
pytext/data/test/tensorizers_test.py::TensorizersTest::test_create_byte_tensors
pytext/data/test/tensorizers_test.py::TensorizersTest::test_create_byte_token_tensors
pytext/data/test/tensorizers_test.py::TensorizersTest::test_create_float_list_tensor
pytext/data/test/tensorizers_test.py::TensorizersTest::test_create_label_tensors
pytext/data/test/tensorizers_test.py::TensorizersTest::test_create_normalized_float_list_tensor
pytext/data/test/tensorizers_test.py::TensorizersTest::test_create_word_tensors
pytext/data/test/tensorizers_test.py::TensorizersTest::test_float_list_tensor_prepare_input
pytext/data/test/tensorizers_test.py::TensorizersTest::test_gazetteer_tensor
pytext/data/test/tensorizers_test.py::TensorizersTest::test_gazetteer_tensor_bad_json
pytext/data/test/tensorizers_test.py::TensorizersTest::test_initialize_label_tensorizer
pytext/data/test/tensorizers_test.py::TensorizersTest::test_initialize_tensorizers
pytext/data/test/tensorizers_test.py::TensorizersTest::test_initialize_token_tensorizer
pytext/data/test/tensorizers_test.py::TensorizersTest::test_seq_tensor
pytext/data/test/tensorizers_test.py::TensorizersTest::test_seq_tensor_with_bos_eos_eol_bol
pytext/data/test/tensorizers_test.py::BERTTensorizerTest::test_bert_pair_tensorizer
pytext/data/test/tensorizers_test.py::BERTTensorizerTest::test_bert_tensorizer
pytext/data/test/tensorizers_test.py::RobertaTensorizerTest::test_roberta_tensorizer
pytext/data/test/tensorizers_test.py::SquadForRobertaTensorizerTest::test_squad_roberta_tensorizer
pytext/data/test/tensorizers_test.py::SquadForBERTTensorizerTest::test_squad_tensorizer
pytext/data/test/tensorizers_test.py::SquadTensorizerTest::test_initialize
pytext/data/test/tensorizers_test.py::SquadTensorizerTest::test_numberize_with_alphanumeric
pytext/data/test/tensorizers_test.py::SquadTensorizerTest::test_numberize_with_wordpiece
pytext/data/test/tensorizers_test.py::SquadTensorizerTest::test_tsv_numberize_with_alphanumeric
pytext/data/test/tokenizers_test.py::TokenizeTest::test_split_with_regex
pytext/data/test/tokenizers_test.py::TokenizeTest::test_tokenize
pytext/data/test/tokenizers_test.py::TokenizeTest::test_tokenize_dont_lowercase
pytext/data/test/tokenizers_test.py::GPT2BPETest::test_gpt2_bpe_tokenizer
pytext/data/test/tokenizers_test.py::SentencePieceTokenizerTest::test_tokenize
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_bad_quoting
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_csv
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_iterate_training_data_multiple_times
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_quoting
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_read_data_source
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_read_data_source_with_column_remapping
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_read_data_source_with_utf8_issues
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_read_eval_data_source
pytext/data/test/tsv_data_source_test.py::TSVDataSourceTest::test_read_test_data_source
pytext/data/test/tsv_data_source_test.py::SessionTSVDataSourceTest::test_read_session_data
pytext/data/test/tsv_data_source_test.py::BlockShardedTSVDataSourceTest::test_bad_quoting
pytext/data/test/tsv_data_source_test.py::BlockShardedTSVDataSourceTest::test_quoting
pytext/data/test/utils_test.py::TargetTest::test_align_target_label
pytext/data/test/utils_test.py::PaddingTest::testPadding
pytext/data/test/utils_test.py::PaddingTest::testPaddingProvideShape
pytext/data/test/utils_test.py::VocabularyTest::testBuildVocabulary
pytext/exporters/test/new_text_model_exporter_test.py::ModelExporterTest::test_document_export_to_caffe2
pytext/exporters/test/text_model_exporter_test.py::ModelExporterTest::test_contextual_intent_slot_export_to_caffe2
pytext/exporters/test/text_model_exporter_test.py::ModelExporterTest::test_joint_export_to_caffe2
pytext/exporters/test/text_model_exporter_test.py::ModelExporterTest::test_seq_nn_export_to_caffe2
pytext/exporters/test/text_model_exporter_test.py::ModelExporterTest::test_wordblstm_export_to_caffe2
pytext/fields/test/char_field_test.py::CharFieldTest::test_build_vocab
pytext/fields/test/char_field_test.py::CharFieldTest::test_pad_and_numericalize
pytext/fields/test/contextual_token_embedding_field_test.py::ContextualTokenEmbeddingFieldTest::test_pad
pytext/fields/test/dict_field_test.py::DictFieldTest::test_left_pad_numericalize
pytext/fields/test/dict_field_test.py::DictFieldTest::test_right_pad_numericalize
pytext/fields/test/field_test.py::FieldTest::test_float_vector_array_not_closed
pytext/fields/test/field_test.py::FieldTest::test_float_vector_array_not_opened
pytext/fields/test/field_test.py::FieldTest::test_float_vector_array_plain
pytext/fields/test/field_test.py::FieldTest::test_float_vector_array_style
pytext/loss/tests/label_smoothing_loss_test.py::LabelSmoothedCrossEntropyLossTest::test_label_smoothed_cross_entropy_loss_forward
pytext/metric_reporters/tests/compositional_metric_reporter_test.py::TestCompositionalMetricReporter::test_tree_to_metric_node
pytext/metric_reporters/tests/intent_slot_metric_reporter_test.py::TestIntentSlotMetricReporter::test_create_node
pytext/metric_reporters/tests/language_model_metric_reporter_test.py::TestMaskedLMMetricReporter::test_report_realtime_metric
pytext/metric_reporters/tests/tensorboard_test.py::TensorboardTest::test_report_metrics_with_nan
pytext/metrics/tests/basic_metrics_test.py::BasicMetricsTest::test_compute_mcc
pytext/metrics/tests/basic_metrics_test.py::BasicMetricsTest::test_compute_roc_auc
pytext/metrics/tests/basic_metrics_test.py::BasicMetricsTest::test_prf1_metrics
pytext/metrics/tests/basic_metrics_test.py::BasicMetricsTest::test_soft_metrics_computation
pytext/metrics/tests/intent_slot_metrics_test.py::MetricsTest::test_compare_frames
pytext/metrics/tests/intent_slot_metrics_test.py::MetricsTest::test_compute_frame_accuracies_by_depth
pytext/metrics/tests/intent_slot_metrics_test.py::MetricsTest::test_compute_frame_accuracy
pytext/metrics/tests/intent_slot_metrics_test.py::MetricsTest::test_compute_intent_slot_metrics
pytext/metrics/tests/intent_slot_metrics_test.py::MetricsTest::test_compute_top_intent_accuracy
pytext/metrics/tests/intent_slot_metrics_test.py::MetricsTest::test_immutable_node
pytext/metrics/tests/intent_slot_metrics_test.py::MetricsTest::test_print_compute_all_metrics
pytext/models/representations/test/augmented_lstm_test.py::AugmentedLSTMTest::test_augmented_lstm
pytext/models/representations/test/ordered_neuron_lstm_test.py::OrderedNeuronLSTMTest::test_ordered_neuron_lstm
pytext/models/representations/test/transformer_test.py::SentenceEncoderTest::test_extract_features
pytext/models/representations/test/transformer_test.py::SentenceEncoderTest::test_forward
pytext/models/representations/test/transformer_test.py::SentenceEncoderTest::test_script
pytext/models/test/bilstm_test.py::BiLSTMTest::test_trace_bilstm_differ_batch_size
pytext/models/test/crf_test.py::CRFTest::test_crf_decode_torchscript
pytext/models/test/crf_test.py::CRFTest::test_crf_forward
pytext/models/test/dict_embedding_test.py::DictEmbeddingTest::test_basic
pytext/models/test/embedding_list_test.py::EmbeddingListTest::test_get_param_groups_for_optimizer
pytext/models/test/output_layer_test.py::OutputLayerTest::test_create_word_tagging_output_layer
pytext/models/test/output_layer_test.py::OutputLayerTest::test_torchscript_intent_slot_output_layer
pytext/models/test/output_layer_test.py::OutputLayerTest::test_torchscript_word_tagging_output_layer
pytext/models/test/personalized_doc_model_test.py::PersonalizationTrainerTest::test_p13n_performance
pytext/models/test/personalized_doc_model_test.py::PersonalizationTrainerTest::test_user_embedding_updates
pytext/models/test/rnng_test.py::RNNGDataStructuresTest::test_CompositionFunction
pytext/models/test/rnng_test.py::RNNGDataStructuresTest::test_StackLSTM
pytext/models/test/rnng_test.py::RNNGParserTest::test_forward_shapes
pytext/models/test/rnng_test.py::RNNGParserTest::test_valid_actions_constraint_insl
pytext/models/test/rnng_test.py::RNNGParserTest::test_valid_actions_constraint_unsupported
pytext/models/test/rnng_test.py::RNNGParserTest::test_valid_actions_unconstrained
pytext/models/test/transformer_sentence_encoder_test.py::TransformerSentenceEncoderTest::test_monolingual_transformer_sentence_encoder
pytext/models/test/transformer_sentence_encoder_test.py::TransformerSentenceEncoderTest::test_multilingual_transformer_sentence_encoder
pytext/models/test/word_embedding_test.py::WordEmbeddingTest::test_basic
pytext/models/test/word_embedding_test.py::WordEmbeddingTest::test_empty_mlp_layer_dims
pytext/models/test/word_embedding_test.py::WordEmbeddingTest::test_none_mlp_layer_dims
pytext/optimizer/sparsifiers/tests/sparsifier_test.py::TestSparsifier::test_param_mask
pytext/optimizer/sparsifiers/tests/sparsifier_test.py::TestSparsifier::test_param_mask_columnwise
pytext/optimizer/sparsifiers/tests/sparsifier_test.py::TestSparsifier::test_param_mask_with_pre_mask
pytext/optimizer/sparsifiers/tests/sparsifier_test.py::TestSparsifier::test_param_padding
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_master_maintain_grads_from_model_to_master
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_master_maintain_init
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_master_maintain_logic
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_master_maintain_two_iterations
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_master_maintain_weights_from_master_to_model
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_master_maintain_zero_grad
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_memory_efficient_init
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_memory_efficient_logic
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_memory_efficient_step_chain
pytext/optimizer/tests/fp16optimizer_test.py::TestFp16Optimizer::test_memory_efficient_zero_grad
pytext/optimizer/tests/test_swa.py::TestSWA::test_bn_update
pytext/optimizer/tests/test_swa.py::TestSWA::test_lamb
pytext/optimizer/tests/test_swa.py::TestSWA::test_swa_auto
pytext/optimizer/tests/test_swa.py::TestSWA::test_swa_auto_group_added_during_run
pytext/optimizer/tests/test_swa.py::TestSWA::test_swa_auto_mode_detection
pytext/optimizer/tests/test_swa.py::TestSWA::test_swa_lr
pytext/optimizer/tests/test_swa.py::TestSWA::test_swa_manual
pytext/optimizer/tests/test_swa.py::TestSWA::test_swa_manual_group
pytext/optimizer/tests/test_swa.py::TestSWA::test_swa_raises
pytext/torchscript/tests/test_tensorizer.py::TensorizerTest::test_bert_tensorizer
pytext/torchscript/tests/test_tensorizer.py::TensorizerTest::test_lookup_tokens
pytext/torchscript/tests/test_tensorizer.py::TensorizerTest::test_lookup_tokens_with_bos_eos
pytext/torchscript/tests/test_tensorizer.py::TensorizerTest::test_roberta_tensorizer
pytext/torchscript/tests/test_tensorizer.py::TensorizerTest::test_xlm_token_tensorizer
pytext/torchscript/tests/test_tokenizer.py::BPETest::test_make_bytes_input
pytext/torchscript/tests/test_tokenizer.py::BPETest::test_pickle_bpe
pytext/torchscript/tests/test_tokenizer.py::BPETest::test_simple_bpe
pytext/torchscript/tests/test_tokenizer.py::BPETest::test_utf8_chars
pytext/torchscript/tests/test_vocab.py::VocabTest::test_custom_unk
pytext/torchscript/tests/test_vocab.py::VocabTest::test_lookup_1d
pytext/torchscript/tests/test_vocab.py::VocabTest::test_lookup_2d
pytext/torchscript/tests/test_vocab.py::VocabTest::test_lookup_words_1d_cycle_heuristic
pytext/torchscript/tests/test_vocab.py::VocabTest::test_vocab_idx_lookup
pytext/torchscript/tests/test_vocab.py::VocabTest::test_vocab_lookup
pytext/utils/tests/ascii_table_test.py::TestTables::test_simple
pytext/utils/tests/ascii_table_test.py::TestTables::test_with_headers
pytext/utils/tests/ascii_table_test.py::TestTables::test_with_headers_and_footer
pytext/utils/tests/embeddings_utils_test.py::PretrainedEmbedsTest::test_assign_pretrained_weights
pytext/utils/tests/embeddings_utils_test.py::PretrainedEmbedsTest::test_assign_pretrained_xlu_weights
pytext/utils/tests/embeddings_utils_test.py::PretrainedEmbedsTest::test_cache_embeds
pytext/utils/tests/embeddings_utils_test.py::PretrainedEmbedsTest::test_cache_xlu_embeds
pytext/utils/tests/embeddings_utils_test.py::PretrainedEmbedsTest::test_load_pretrained_embeddings
pytext/utils/tests/label_test.py::LabelUtilTest::test_get_label_weights
pytext/utils/tests/lazy_test.py::LazyTest::test_lazy_linear
pytext/utils/tests/lazy_test.py::LazyTest::test_lazy_linear_without_bais
pytext/utils/tests/lazy_test.py::LazyTest::test_parameters_after_init
pytext/utils/tests/lazy_test.py::LazyTest::test_parameters_throws_exception_before_init
pytext/utils/tests/timing_test.py::TimingTest::test_format_time
pytext/utils/tests/utils_test.py::UtilTest::test_align_slot_labels
pytext/utils/tests/utils_test.py::UtilTest::test_align_slot_labels_with_none_label
pytext/utils/tests/utils_test.py::UtilTest::test_get_shard_range
pytext/utils/tests/utils_test.py::UtilTest::test_merge_token_labels_to_slot
pytext/utils/tests/utils_test.py::UtilTest::test_set_random_seeds
pytext/utils/tests/utils_test.py::UtilTest::test_time_meter
pytext/utils/tests/utils_test.py::UtilTest::test_unkify
tests/main_test.py::TestMain::test_docnn
tests/model_utils_test.py::ModelUtilsTest::test_to_onehot
tests/predictor_test.py::PredictorTest::test_batch_predict_caffe2_model
tests/task_load_save_test.py::TaskLoadSaveTest::test_load_checkpoint
tests/task_load_save_test.py::TaskLoadSaveTest::test_load_saved_model

=============================================================================================== warnings summary ================================================================================================
/home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/past/builtins/misc.py:45
  /home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/past/builtins/misc.py:45: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    from imp import reload

/home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541
  /home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
    _np_qint8 = np.dtype([("qint8", np.int8, 1)])

/home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:542
  /home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:542: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
    _np_quint8 = np.dtype([("quint8", np.uint8, 1)])

/home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:543
  /home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:543: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
    _np_qint16 = np.dtype([("qint16", np.int16, 1)])

/home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:544
  /home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:544: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
    _np_quint16 = np.dtype([("quint16", np.uint16, 1)])

/home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:545
  /home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:545: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
    _np_qint32 = np.dtype([("qint32", np.int32, 1)])

/home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:550
  /home/saikatd2/anaconda3/envs/pv3.6_pytext/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:550: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
    np_resource = np.dtype([("resource", np.ubyte, 1)])

pytext/config/test/component_test.py:52
  /home/saikatd2/projects/borntobeflaky/projects/pytorch-deps/pytext/pytext/config/test/component_test.py:52: PytestCollectionWarning: cannot collect test class 'TestConfig' because it has a __init__ constructor (from: pytext/config/test/component_test.py)
    class TestConfig(ConfigBase):

tests/data_utils.py:25
  /home/saikatd2/projects/borntobeflaky/projects/pytorch-deps/pytext/tests/data_utils.py:25: PytestCollectionWarning: cannot collect test class 'TestFileName' because it has a __new__ constructor (from: pytext/exporters/test/new_text_model_exporter_test.py)
    class TestFileName(Enum):

tests/data_utils.py:37
  /home/saikatd2/projects/borntobeflaky/projects/pytorch-deps/pytext/tests/data_utils.py:37: PytestCollectionWarning: cannot collect test class 'TestFileMetadata' because it has a __new__ constructor (from: pytext/exporters/test/new_text_model_exporter_test.py)
    class TestFileMetadata(NamedTuple):

tests/data_utils.py:25
  /home/saikatd2/projects/borntobeflaky/projects/pytorch-deps/pytext/tests/data_utils.py:25: PytestCollectionWarning: cannot collect test class 'TestFileName' because it has a __new__ constructor (from: pytext/models/test/personalized_doc_model_test.py)
    class TestFileName(Enum):

-- Docs: https://docs.pytest.org/en/latest/warnings.html
11 warnings in 1.51s
