Describe the bug
When we run pytests in series or parallel vs separately for tests/indexes/test_common.py
, they result in different pass/fail number.
Steps/Code to reproduce bug
For example:
pandas-testing/pandas-tests/tests/indexes/test_common.py::test_sort_values_with_missing[nullable_int-last]
fails in series run but passes when run separately.