============================= test session starts ==============================
platform linux -- Python 3.7.7, pytest-5.4.3, py-1.9.0, pluggy-0.13.1
rootdir: /home/aryaman4/snorkel, inifile: setup.cfg
plugins: cov-2.10.0, doctestplus-0.3.0
collected 247 items / 1 error / 246 selected

==================================== ERRORS ====================================
_______________________ ERROR collecting test_times.txt ________________________
../anaconda3/envs/snorkel/lib/python3.7/site-packages/_pytest/runner.py:244: in from_call
    result = func()
../anaconda3/envs/snorkel/lib/python3.7/site-packages/_pytest/runner.py:264: in <lambda>
    call = CallInfo.from_call(lambda: list(collector.collect()), "collect")
../anaconda3/envs/snorkel/lib/python3.7/site-packages/_pytest/doctest.py:378: in collect
    optionflags = get_optionflags(self)
../anaconda3/envs/snorkel/lib/python3.7/site-packages/_pytest/doctest.py:350: in get_optionflags
    flag_acc |= flag_lookup_table[flag]
E   KeyError: 'FLOAT_CMP'
=============================== warnings summary ===============================
snorkel/map/core.py:3
  /home/aryaman4/snorkel/snorkel/map/core.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    from collections import Hashable

/home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/py4j/java_collections.py:13
/home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/py4j/java_collections.py:13
/home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/py4j/java_collections.py:13
/home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/py4j/java_collections.py:13
/home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/py4j/java_collections.py:13
  /home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/py4j/java_collections.py:13: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    from collections import (

/home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/pyspark/resultiterable.py:23
  /home/aryaman4/anaconda3/envs/snorkel/lib/python3.7/site-packages/pyspark/resultiterable.py:23: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
    class ResultIterable(collections.Iterable):

-- Docs: https://docs.pytest.org/en/latest/warnings.html
=========================== short test summary info ============================
ERROR test_times.txt - KeyError: 'FLOAT_CMP'
!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!
========================= 7 warnings, 1 error in 1.82s =========================
