Skip to content

TST: remove multiprocess_can_split class variables #19532

Closed
@jreback

Description

@jreback

these are leftovers from the nose testing and can be removed

pandas) bash-3.2$ grep -r multiprocess pandas --include '*.py'
pandas/tests/series/test_apply.py:    _multiprocess_can_split_ = True
pandas/tests/io/parser/multithread.py:from multiprocessing.pool import ThreadPool
pandas/tests/frame/test_apply.py:    _multiprocess_can_split_ = True
pandas/tests/scalar/test_timedelta.py:    _multiprocess_can_split_ = True
pandas/tests/scalar/test_timedelta.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/period/test_period.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_timedelta.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_timedelta.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_indexing.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_astype.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_setops.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_construction.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_ops.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_timedelta_range.py:    _multiprocess_can_split_ = True
pandas/tests/indexes/timedeltas/test_tools.py:    _multiprocess_can_split_ = True

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions