Skip to content

tests failing locally with pandas 0.24.2 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tswast opened this issue Sep 23, 2021 · 5 comments · Fixed by #8
Closed

tests failing locally with pandas 0.24.2 #3

tswast opened this issue Sep 23, 2021 · 5 comments · Fixed by #8
Labels
api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@tswast
Copy link
Collaborator

tswast commented Sep 23, 2021

pandas 0.24.2

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
__________________________________________ ERROR at setup of test_argsort[date] ___________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
__________________________________________ ERROR at setup of test_argsort[time] ___________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
________________________________________ ERROR at setup of test_astype_copy[date] _________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
________________________________________ ERROR at setup of test_astype_copy[time] _________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_____________________________________ ERROR at setup of test_asdatetime[<M8[ns]-True] _____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_______________________________________ ERROR at setup of test_asdatetime[<M8-True] _______________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_________________________________ ERROR at setup of test_asdatetime[datetime64[ns]-True] __________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
___________________________________ ERROR at setup of test_asdatetime[datetime64-True] ____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
____________________________________ ERROR at setup of test_asdatetime[datetime-True] _____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
____________________________________ ERROR at setup of test_asdatetime[<M8[us]-False] _____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
____________________________________ ERROR at setup of test_asdatetime[<M8[ms]-False] _____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_____________________________________ ERROR at setup of test_asdatetime[<M8[s]-False] _____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_________________________________ ERROR at setup of test_asdatetime[datetime64[us]-False] _________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_________________________________ ERROR at setup of test_asdatetime[datetime64[ms]-False] _________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_________________________________ ERROR at setup of test_asdatetime[datetime64[s]-False] __________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_________________________________________ ERROR at setup of test_astimedelta[<m8] _________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_______________________________________ ERROR at setup of test_astimedelta[<m8[s]] ________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_______________________________________ ERROR at setup of test_astimedelta[<m8[ms]] _______________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_______________________________________ ERROR at setup of test_astimedelta[<m8[us]] _______________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_______________________________________ ERROR at setup of test_astimedelta[<m8[ns]] _______________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
______________________________________ ERROR at setup of test_astimedelta[timedelta] ______________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_____________________________________ ERROR at setup of test_astimedelta[timedelta64] _____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
___________________________________ ERROR at setup of test_astimedelta[timedelta64[s]] ____________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
___________________________________ ERROR at setup of test_astimedelta[timedelta64[ms]] ___________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
___________________________________ ERROR at setup of test_astimedelta[timedelta64[us]] ___________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
___________________________________ ERROR at setup of test_astimedelta[timedelta64[ns]] ___________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
____________________________________________ ERROR at setup of test_any[date] _____________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
____________________________________________ ERROR at setup of test_any[time] _____________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
____________________________________________ ERROR at setup of test_all[date] _____________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
____________________________________________ ERROR at setup of test_all[time] _____________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_______________________________________ ERROR at setup of test_min_max_median[date] _______________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_______________________________________ ERROR at setup of test_min_max_median[time] _______________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_____________________________________________ ERROR at setup of test_date_add _____________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
_____________________________________________ ERROR at setup of test_date_sub _____________________________________________

    @pytest.fixture(autouse=True)
    def register_dtype():
>       import db_dtypes  # noqa

tests/unit/test_dtypes.py:63: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
db_dtypes/__init__.py:32: in <module>
    from db_dtypes import core
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    from typing import Any, Optional, Sequence
    
    import numpy
    import pandas
    from pandas._libs import NaT
>   from pandas._typing import Scalar
E   ModuleNotFoundError: No module named 'pandas._typing'

db_dtypes/core.py:20: ModuleNotFoundError
------- generated xml file: /Users/swast/src/github.com/googleapis/python-db-dtypes-pandas/unit_3.6_sponge_log.xml --------


================================================= short test summary info =================================================
ERROR tests/unit/test_dtypes.py::test_array_construction[None-date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_array_construction[None-time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_array_construction[_from_sequence-date] - ModuleNotFoundError: No module named 'pa...
ERROR tests/unit/test_dtypes.py::test_array_construction[_from_sequence-time] - ModuleNotFoundError: No module named 'pa...
ERROR tests/unit/test_dtypes.py::test_array_construction[_from_sequence_of_strings-date] - ModuleNotFoundError: No modul...
ERROR tests/unit/test_dtypes.py::test_array_construction[_from_sequence_of_strings-time] - ModuleNotFoundError: No modul...
ERROR tests/unit/test_dtypes.py::test_array_construction_bad_vaue_type[date] - ModuleNotFoundError: No module named 'pan...
ERROR tests/unit/test_dtypes.py::test_array_construction_bad_vaue_type[time] - ModuleNotFoundError: No module named 'pan...
ERROR tests/unit/test_dtypes.py::test_time_series_construction[date] - ModuleNotFoundError: No module named 'pandas._typ...
ERROR tests/unit/test_dtypes.py::test_time_series_construction[time] - ModuleNotFoundError: No module named 'pandas._typ...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left0-==-right0-expected0-date] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left0-==-right0-expected0-time] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left1-==-right1-expected1-date] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left1-==-right1-expected1-time] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left2-<=-right2-expected2-date] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left2-<=-right2-expected2-time] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left3-<=-right3-expected3-date] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left3-<=-right3-expected3-time] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left4->=-right4-expected4-date] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left4->=-right4-expected4-time] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left5->=-right5-expected5-date] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test_timearray_comparisons[left5->=-right5-expected5-time] - ModuleNotFoundError: No mo...
ERROR tests/unit/test_dtypes.py::test___getitem___arrayindex[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test___getitem___arrayindex[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_timearray_slicing[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_timearray_slicing[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_item_assignment[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_item_assignment[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_array_assignment[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_array_assignment[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_repeat[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_repeat[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_copy[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_copy[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_from_ndarray_copy[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_from_ndarray_copy[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test__from_factorized[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test__from_factorized[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_isna[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_isna[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test__validate_scalar_invalid[date] - ModuleNotFoundError: No module named 'pandas._typ...
ERROR tests/unit/test_dtypes.py::test__validate_scalar_invalid[time] - ModuleNotFoundError: No module named 'pandas._typ...
ERROR tests/unit/test_dtypes.py::test_take[False-None-date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[False-None-time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-None-date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-None-time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-fill_value2-date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-fill_value2-time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-nan-date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-nan-time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-42-date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take[True-42-time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take_bad_index[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_take_bad_index[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test__concat_same_type_via_concat[date] - ModuleNotFoundError: No module named 'pandas....
ERROR tests/unit/test_dtypes.py::test__concat_same_type_via_concat[time] - ModuleNotFoundError: No module named 'pandas....
ERROR tests/unit/test_dtypes.py::test__concat_same_type_not_same_type[date] - ModuleNotFoundError: No module named 'pand...
ERROR tests/unit/test_dtypes.py::test__concat_same_type_not_same_type[time] - ModuleNotFoundError: No module named 'pand...
ERROR tests/unit/test_dtypes.py::test_dropna[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_dropna[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_fillna[date-1-None-None-expect0] - ModuleNotFoundError: No module named 'pandas._t...
ERROR tests/unit/test_dtypes.py::test_fillna[date-value1-None-None-expect1] - ModuleNotFoundError: No module named 'pand...
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-backfill-None-expect2] - ModuleNotFoundError: No module named 'pa...
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-bfill-None-expect3] - ModuleNotFoundError: No module named 'panda...
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-pad-None-expect4] - ModuleNotFoundError: No module named 'pandas....
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-ffill-None-expect5] - ModuleNotFoundError: No module named 'panda...
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-backfill-1-expect6] - ModuleNotFoundError: No module named 'panda...
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-bfill-1-expect7] - ModuleNotFoundError: No module named 'pandas._...
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-pad-1-expect8] - ModuleNotFoundError: No module named 'pandas._ty...
ERROR tests/unit/test_dtypes.py::test_fillna[date-None-ffill-1-expect9] - ModuleNotFoundError: No module named 'pandas._...
ERROR tests/unit/test_dtypes.py::test_fillna[time-1-None-None-expect0] - ModuleNotFoundError: No module named 'pandas._t...
ERROR tests/unit/test_dtypes.py::test_fillna[time-value1-None-None-expect1] - ModuleNotFoundError: No module named 'pand...
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-backfill-None-expect2] - ModuleNotFoundError: No module named 'pa...
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-bfill-None-expect3] - ModuleNotFoundError: No module named 'panda...
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-pad-None-expect4] - ModuleNotFoundError: No module named 'pandas....
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-ffill-None-expect5] - ModuleNotFoundError: No module named 'panda...
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-backfill-1-expect6] - ModuleNotFoundError: No module named 'panda...
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-bfill-1-expect7] - ModuleNotFoundError: No module named 'pandas._...
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-pad-1-expect8] - ModuleNotFoundError: No module named 'pandas._ty...
ERROR tests/unit/test_dtypes.py::test_fillna[time-None-ffill-1-expect9] - ModuleNotFoundError: No module named 'pandas._...
ERROR tests/unit/test_dtypes.py::test_unique[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_unique[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_argsort[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_argsort[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astype_copy[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astype_copy[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[<M8[ns]-True] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[<M8-True] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[datetime64[ns]-True] - ModuleNotFoundError: No module named 'pandas._ty...
ERROR tests/unit/test_dtypes.py::test_asdatetime[datetime64-True] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[datetime-True] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[<M8[us]-False] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[<M8[ms]-False] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[<M8[s]-False] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_asdatetime[datetime64[us]-False] - ModuleNotFoundError: No module named 'pandas._t...
ERROR tests/unit/test_dtypes.py::test_asdatetime[datetime64[ms]-False] - ModuleNotFoundError: No module named 'pandas._t...
ERROR tests/unit/test_dtypes.py::test_asdatetime[datetime64[s]-False] - ModuleNotFoundError: No module named 'pandas._ty...
ERROR tests/unit/test_dtypes.py::test_astimedelta[<m8] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[<m8[s]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[<m8[ms]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[<m8[us]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[<m8[ns]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[timedelta] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[timedelta64] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[timedelta64[s]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[timedelta64[ms]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[timedelta64[us]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_astimedelta[timedelta64[ns]] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_any[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_any[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_all[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_all[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_min_max_median[date] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_min_max_median[time] - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_date_add - ModuleNotFoundError: No module named 'pandas._typing'
ERROR tests/unit/test_dtypes.py::test_date_sub - ModuleNotFoundError: No module named 'pandas._typing'
116 errors in 12.40s
nox > Command py.test --quiet --junitxml=unit_3.6_sponge_log.xml --cov=db_dtypes --cov=tests/unit --cov-append --cov-config=.coveragerc --cov-report= --cov-fail-under=0 tests/unit failed with exit code 1
nox > Session unit-3.6 failed.
nox > Ran multiple sessions:
nox > * lint: success
nox > * unit-3.6: failed
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. label Sep 23, 2021
@tswast tswast added priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Sep 23, 2021
@tswast
Copy link
Collaborator Author

tswast commented Sep 23, 2021

@tswast
Copy link
Collaborator Author

tswast commented Sep 23, 2021

@jimfulton Is this a known issue? Strange that CI doesn't seem to have caught it with the same tests in googleapis/python-bigquery#972

@jimfulton
Copy link

@jimfulton Is this a known issue?

No.

Strange that CI doesn't seem to have caught it with the same tests in googleapis/python-bigquery#972

The target of that PR is BigQuery V3, which requires pandas >= 1.0.0, so I stopped testing with pandas 0.24. I had this working with 0.24 before, with additional code, which I removed, because it wasn't needed. I can probably get that working here if you want.

The tests pass for me on that branch for Python 3.0/pandas 1.0.0.

This repo isn't configured to run pandas 1.0.0. However, if I run the Python 3.6 tests with pandas 1.0.0 here I get two shallow test failures because we're constraining numpy to a version that lacks equal_nan option (added in numpy 1.19.0), which two test assertions use. We can can fix those assertions by removing that option and adding more assertion code. I stumbled on equal_nan a bit late in the game, or I would have used it more widely. Or we can remove the numpy pin.

Note that in googleapis/python-bigquery#972, we don't constrain numpy.

@jimfulton jimfulton changed the title tests failing locally with pandas 0.24.2 and pandas 1.0.0 tests failing locally with pandas 0.24.2 Sep 26, 2021
@jimfulton jimfulton mentioned this issue Sep 26, 2021
4 tasks
@jimfulton
Copy link

The fix for 0.24 was much simpler than expected. If I'd known that, I wouldn't have split this issue and the two PRs.

@tswast
Copy link
Collaborator Author

tswast commented Sep 27, 2021

The fix for 0.24 was much simpler than expected

Glad to hear it!

Note that in googleapis/python-bigquery#972, we don't constrain numpy.

Ah. That explains it. Since we import numpy directly, I'd like to be explicit about what versions we support (keep the pin).

@tswast tswast closed this as completed in #8 Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-db-dtypes-pandas API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants