Skip to content
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

Use pylint-pytest-plugin #182

Closed
wants to merge 1 commit into from
Closed

Use pylint-pytest-plugin #182

wants to merge 1 commit into from

Conversation

DanielNoord
Copy link
Owner

No description provided.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 2867134951

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 95.245%

Totals Coverage Status
Change from base Build 2866056932: 0.0%
Covered Lines: 16844
Relevant Lines: 17685

💛 - Coveralls

@github-actions
Copy link

🤖 Effect of this PR on checked open source code: 🤖

Effect on django:
The following messages are now emitted:

  1. no-member:
    Instance of 'str' has no 'get' member
    https://github.com/django/django/blob/main/django/urls/resolvers.py#L642

Effect on pandas:
17 error(s) were found stemming from the astroid library. This is unlikely to have been caused by your changes. A GitHub Actions warning links directly to the crash report template. Please open an issue against astroid if one does not exist already.

The following messages are now emitted:

  1. attribute-defined-outside-init:
    Attribute 'name' defined outside init
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/frame.py#L9724
  2. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/base.py#L3011
  3. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/base.py#L3064
  4. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/base.py#L3125
  5. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/base.py#L3393
  6. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/base.py#L4427
  7. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/base.py#L6062
  8. using-constant-test:
    Using a conditional statement with a constant value
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/base.py#L6075
  9. redefined-variable-type:
    Redefinition of indexer type from .ndarray to slice
    https://github.com/pandas-dev/pandas/blob/main/pandas/core/indexes/multi.py#L3155
  10. wrong-import-position:
    Import "from future import annotations" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L7
  11. wrong-import-position:
    Import "from datetime import datetime, timedelta" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L9
  12. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L14
  13. wrong-import-position:
    Import "from pandas._libs.tslibs import Timestamp" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L16
  14. wrong-import-position:
    Import "from pandas._libs.tslibs.offsets import Day, LastWeekOfMonth, Week, WeekOfMonth, WeekOfMonthMixin" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L17
  15. wrong-import-position:
    Import "from pandas.tests.tseries.offsets.common import Base, WeekDay, assert_is_on_offset, assert_offset_equal" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L25
  16. wrong-import-order:
    standard import "from future import annotations" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L7
  17. wrong-import-order:
    standard import "from datetime import datetime, timedelta" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L9
  18. ungrouped-imports:
    Imports from package future are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L7
  19. ungrouped-imports:
    Imports from package datetime are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L9
  20. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L14
  21. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_week.py#L16
  22. wrong-import-position:
    Import "from datetime import datetime" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L4
  23. wrong-import-position:
    Import "from dateutil.relativedelta import relativedelta" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L6
  24. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L7
  25. wrong-import-position:
    Import "from pandas._libs.tslibs.period import INVALID_FREQ_ERR_MSG" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L9
  26. wrong-import-position:
    Import "from pandas import Timestamp" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L11
  27. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L12
  28. wrong-import-position:
    Import "from pandas.tests.tseries.offsets.common import Base, WeekDay, assert_is_on_offset, assert_offset_equal" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L13
  29. wrong-import-position:
    Import "from pandas.tseries.frequencies import get_offset" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L20
  30. wrong-import-position:
    Import "from pandas.tseries.offsets import FY5253, FY5253Quarter" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L21
  31. wrong-import-order:
    standard import "from datetime import datetime" should be placed before "import pytest"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L4
  32. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L7
  33. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/tseries/offsets/test_fiscal.py#L9
  34. wrong-import-position:
    Import "from datetime import datetime" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L3
  35. wrong-import-position:
    Import "import re" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L4
  36. wrong-import-position:
    Import "import weakref" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L5
  37. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L7
  38. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L8
  39. wrong-import-position:
    Import "from pandas.errors import IndexingError" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L10
  40. wrong-import-position:
    Import "from pandas.core.dtypes.common import is_float_dtype, is_integer_dtype" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L12
  41. wrong-import-position:
    Import "import pandas as pd" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L17
  42. wrong-import-position:
    Import "from pandas import DataFrame, Index, NaT, Series, date_range, offsets, timedelta_range" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L18
  43. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L27
  44. wrong-import-position:
    Import "from pandas.core.api import Float64Index" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L28
  45. wrong-import-position:
    Import "from pandas.tests.indexing.common import _mklbl" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L29
  46. wrong-import-position:
    Import "from pandas.tests.indexing.test_floats import gen_obj" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L30
  47. wrong-import-order:
    standard import "from datetime import datetime" should be placed before "from dateutil.tz import gettz"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L3
  48. wrong-import-order:
    standard import "import re" should be placed before "from dateutil.tz import gettz"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L4
  49. wrong-import-order:
    standard import "import weakref" should be placed before "from dateutil.tz import gettz"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L5
  50. ungrouped-imports:
    Imports from package datetime are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L3
  51. ungrouped-imports:
    Imports from package re are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L4
  52. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L7
  53. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L8
  54. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexing/test_indexing.py#L10
  55. wrong-import-position:
    Import "import warnings" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L1
  56. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L3
  57. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L4
  58. wrong-import-position:
    Import "from pandas import DataFrame, Index, MultiIndex, Series, date_range" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L6
  59. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L13
  60. wrong-import-position:
    Import "from pandas.core.algorithms import safe_sort" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L14
  61. wrong-import-order:
    standard import "import warnings" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L1
  62. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L3
  63. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L4
  64. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_pairwise.py#L6
  65. redefined-variable-type:
    Redefinition of index type from pandas.core.indexes.datetimes.DatetimeIndex to pandas.core.indexes.datetimelike.DatetimeTimedeltaMixin
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/window/test_rolling.py#L715
  66. wrong-import-position:
    Import "from collections import abc, deque" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L1
  67. wrong-import-position:
    Import "from decimal import Decimal" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L5
  68. wrong-import-position:
    Import "from warnings import catch_warnings, simplefilter" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L6
  69. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L11
  70. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L12
  71. wrong-import-position:
    Import "from pandas.errors import InvalidIndexError, PerformanceWarning" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L14
  72. wrong-import-position:
    Import "import pandas.util._test_decorators as td" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L18
  73. wrong-import-position:
    Import "import pandas as pd" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L20
  74. wrong-import-position:
    Import "from pandas import DataFrame, Index, MultiIndex, PeriodIndex, Series, concat, date_range" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L21
  75. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L30
  76. wrong-import-position:
    Import "from pandas.core.arrays import SparseArray" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L31
  77. wrong-import-position:
    Import "from pandas.core.construction import create_series_with_explicit_dtype" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L32
  78. wrong-import-position:
    Import "from pandas.tests.extension.decimal import to_decimal" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L33
  79. wrong-import-order:
    standard import "from collections import abc, deque" should be placed before "import dateutil"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L1
  80. wrong-import-order:
    standard import "from decimal import Decimal" should be placed before "import dateutil"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L5
  81. wrong-import-order:
    standard import "from warnings import catch_warnings, simplefilter" should be placed before "import dateutil"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L6
  82. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L11
  83. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L12
  84. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/reshape/concat/test_concat.py#L14
  85. redefined-variable-type:
    Redefinition of idx type from pandas.core.indexes.datetimes.DatetimeIndex to pandas.core.indexes.datetimelike.DatetimeTimedeltaMixin
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arithmetic/test_datetime64.py#L2302
  86. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L1
  87. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L2
  88. wrong-import-position:
    Import "from pandas import DataFrame" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L4
  89. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L5
  90. wrong-import-position:
    Import "from pandas.core.groupby.base import reduction_kernels, transformation_kernels" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L6
  91. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L1
  92. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L2
  93. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/conftest.py#L4
  94. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/test_groupby_dropna.py#L1
  95. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/test_groupby_dropna.py#L2
  96. wrong-import-position:
    Import "import pandas as pd" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/test_groupby_dropna.py#L4
  97. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/test_groupby_dropna.py#L5
  98. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/test_groupby_dropna.py#L1
  99. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/test_groupby_dropna.py#L2
  100. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/groupby/test_groupby_dropna.py#L4
  101. no-member:
    Instance of 'int' has no 'encoding' member
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/config/test_localization.py#L140
  102. wrong-import-position:
    Import "import gzip" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L4
  103. wrong-import-position:
    Import "import http.server" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L5
  104. wrong-import-position:
    Import "from io import BytesIO" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L6
  105. wrong-import-position:
    Import "import multiprocessing" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L7
  106. wrong-import-position:
    Import "import socket" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L8
  107. wrong-import-position:
    Import "import time" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L9
  108. wrong-import-position:
    Import "import urllib.error" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L10
  109. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L12
  110. wrong-import-position:
    Import "from pandas.compat import is_ci_environment" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L14
  111. wrong-import-position:
    Import "import pandas.util._test_decorators as td" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L15
  112. wrong-import-position:
    Import "import pandas as pd" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L17
  113. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L18
  114. wrong-import-order:
    standard import "import gzip" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L4
  115. wrong-import-order:
    standard import "import http.server" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L5
  116. wrong-import-order:
    standard import "from io import BytesIO" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L6
  117. wrong-import-order:
    standard import "import multiprocessing" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L7
  118. wrong-import-order:
    standard import "import socket" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L8
  119. wrong-import-order:
    standard import "import time" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L9
  120. wrong-import-order:
    standard import "import urllib.error" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L10
  121. ungrouped-imports:
    Imports from package io are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L6
  122. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L12
  123. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_user_agent.py#L14
  124. wrong-import-position:
    Import "from textwrap import dedent" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L1
  125. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L3
  126. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L4
  127. wrong-import-position:
    Import "from pandas.errors import PyperclipException, PyperclipWindowsException" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L6
  128. wrong-import-position:
    Import "from pandas import DataFrame, get_option, read_clipboard" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L11
  129. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L16
  130. wrong-import-position:
    Import "from pandas.io.clipboard import CheckedCall, _stringifyText, clipboard_get, clipboard_set" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L18
  131. wrong-import-order:
    standard import "from textwrap import dedent" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L1
  132. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L3
  133. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L4
  134. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/test_clipboard.py#L6
  135. wrong-import-position:
    Import "from collections import OrderedDict" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L3
  136. wrong-import-position:
    Import "import datetime as dt" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L4
  137. wrong-import-position:
    Import "import decimal" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L5
  138. wrong-import-position:
    Import "import json" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L6
  139. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L8
  140. wrong-import-position:
    Import "from pandas import DataFrame, array" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L10
  141. wrong-import-position:
    Import "from pandas.core.arrays.integer import Int64Dtype" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L14
  142. wrong-import-position:
    Import "from pandas.core.arrays.string_ import StringDtype" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L15
  143. wrong-import-position:
    Import "from pandas.core.series import Series" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L16
  144. wrong-import-position:
    Import "from pandas.tests.extension.date import DateArray, DateDtype" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L17
  145. wrong-import-position:
    Import "from pandas.tests.extension.decimal.array import DecimalArray, DecimalDtype" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L21
  146. wrong-import-position:
    Import "from pandas.io.json._table_schema import as_json_table_type, build_table_schema" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L26
  147. wrong-import-order:
    standard import "from collections import OrderedDict" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L3
  148. wrong-import-order:
    standard import "import datetime as dt" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L4
  149. wrong-import-order:
    standard import "import decimal" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L5
  150. wrong-import-order:
    standard import "import json" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L6
  151. ungrouped-imports:
    Imports from package json are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L6
  152. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L8
  153. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/json/test_json_table_schema_ext_dtype.py#L10
  154. no-member:
    Instance of 'DatetimeTimedeltaMixin' has no 'tz_convert' member
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_timezones.py#L229
  155. no-member:
    Instance of 'DatetimeTimedeltaMixin' has no 'tz_convert' member
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_timezones.py#L230
  156. wrong-import-position:
    Import "import os" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L1
  157. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L3
  158. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L4
  159. wrong-import-position:
    Import "from pandas.compat import is_platform_little_endian" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L6
  160. wrong-import-position:
    Import "from pandas.errors import ClosedFileError, PossibleDataLossError" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L7
  161. wrong-import-position:
    Import "from pandas import DataFrame, HDFStore, Series, _testing as tm, read_hdf" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L12
  162. wrong-import-position:
    Import "from pandas.tests.io.pytables.common import _maybe_remove, ensure_clean_path, ensure_clean_store, tables" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L19
  163. wrong-import-position:
    Import "from pandas.io import pytables as pytables" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L26
  164. wrong-import-position:
    Import "from pandas.io.pytables import Term" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L27
  165. wrong-import-order:
    standard import "import os" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L1
  166. ungrouped-imports:
    Imports from package os are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L1
  167. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L3
  168. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L4
  169. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/pytables/test_file_handling.py#L6
  170. wrong-import-position:
    Import "import re" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L1
  171. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L3
  172. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L4
  173. wrong-import-position:
    Import "from pandas import DataFrame, MultiIndex, options" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L6
  174. wrong-import-position:
    Import "import pandas._testing as tm" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L11
  175. wrong-import-position:
    Import "from pandas.io.excel import ExcelWriter, _XlwtWriter" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L13
  176. wrong-import-order:
    standard import "import re" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L1
  177. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L3
  178. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L4
  179. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/excel/test_xlwt.py#L6
  180. wrong-import-position:
    Import "from io import StringIO" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L1
  181. wrong-import-position:
    Import "from string import ascii_uppercase as uppercase" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L2
  182. wrong-import-position:
    Import "import textwrap" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L3
  183. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L5
  184. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L6
  185. wrong-import-position:
    Import "from pandas.compat import PYPY" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L8
  186. wrong-import-position:
    Import "from pandas import CategoricalIndex, MultiIndex, Series, date_range" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L10
  187. wrong-import-order:
    standard import "from io import StringIO" should be placed before "import dateutil"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L1
  188. wrong-import-order:
    standard import "from string import ascii_uppercase as uppercase" should be placed before "import dateutil"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L2
  189. wrong-import-order:
    standard import "import textwrap" should be placed before "import dateutil"
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L3
  190. ungrouped-imports:
    Imports from package io are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L1
  191. ungrouped-imports:
    Imports from package textwrap are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L3
  192. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L5
  193. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L6
  194. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/io/formats/test_series_info.py#L8
  195. redefined-variable-type:
    Redefinition of result type from pandas.core.indexes.numeric.Int64Index to pandas.core.indexes.multi.MultiIndex
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexes/multi/test_reshape.py#L126
  196. redefined-variable-type:
    Redefinition of dti type from pandas.core.indexes.datetimes.DatetimeIndex to pandas.core.indexes.numeric.Int64Index
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexes/datetimes/test_misc.py#L248
  197. no-member:
    Instance of 'DatetimeTimedeltaMixin' has no 'tz_localize' member
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexes/datetimes/test_constructors.py#L180
  198. no-member:
    Instance of 'DatetimeTimedeltaMixin' has no 'tz_localize' member
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexes/datetimes/test_constructors.py#L181
  199. no-member:
    Instance of 'DatetimeTimedeltaMixin' has no 'tz_localize' member
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexes/datetimes/test_constructors.py#L187
  200. no-member:
    Instance of 'DatetimeIndexOpsMixin' has no 'tz' member
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/indexes/datetimes/methods/test_shift.py#L101
  201. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L16
  202. wrong-import-position:
    Import "import pytest" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L17
  203. wrong-import-position:
    Import "from pandas._libs import iNaT" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L19
  204. wrong-import-position:
    Import "from pandas.core.dtypes.dtypes import PeriodDtype" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L21
  205. wrong-import-position:
    Import "import pandas as pd" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L23
  206. wrong-import-position:
    Import "from pandas.core.arrays import PeriodArray" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L24
  207. wrong-import-position:
    Import "from pandas.tests.extension import base" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L25
  208. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L16
  209. ungrouped-imports:
    Imports from package pytest are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L17
  210. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/extension/test_period.py#L19
  211. wrong-import-position:
    Import "from future import annotations" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L1
  212. wrong-import-position:
    Import "from contextlib import contextmanager" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L3
  213. wrong-import-position:
    Import "import os" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L4
  214. wrong-import-position:
    Import "from pathlib import Path" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L5
  215. wrong-import-position:
    Import "from shutil import rmtree" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L6
  216. wrong-import-position:
    Import "import tempfile" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L7
  217. wrong-import-position:
    Import "from typing import IO, Any, Iterator" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L8
  218. wrong-import-position:
    Import "import uuid" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L13
  219. wrong-import-position:
    Import "import numpy as np" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L15
  220. wrong-import-position:
    Import "from pandas import set_option" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L17
  221. wrong-import-position:
    Import "from pandas.io.common import get_handle" should be placed at the top of the module
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L19
  222. wrong-import-order:
    standard import "from future import annotations" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L1
  223. wrong-import-order:
    standard import "from contextlib import contextmanager" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L3
  224. wrong-import-order:
    standard import "import os" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L4
  225. wrong-import-order:
    standard import "from pathlib import Path" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L5
  226. wrong-import-order:
    standard import "from shutil import rmtree" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L6
  227. wrong-import-order:
    standard import "import tempfile" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L7
  228. wrong-import-order:
    standard import "from typing import IO, Any, Iterator" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L8
  229. wrong-import-order:
    standard import "import uuid" should be placed before "import numpy as np"
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L13
  230. ungrouped-imports:
    Imports from package future are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L1
  231. ungrouped-imports:
    Imports from package os are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L4
  232. ungrouped-imports:
    Imports from package typing are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L8
  233. ungrouped-imports:
    Imports from package numpy are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L15
  234. ungrouped-imports:
    Imports from package pandas are not grouped
    https://github.com/pandas-dev/pandas/blob/main/pandas/_testing/contexts.py#L17

The following messages are no longer emitted:

  1. redefined-outer-name:
    Redefining name 'lexsorted_two_level_string_multiindex' from outer scope (line 545)
    https://github.com/pandas-dev/pandas/blob/main/pandas/conftest.py#L558
  2. redefined-outer-name:
    Redefining name 'index' from outer scope (line 641)
    https://github.com/pandas-dev/pandas/blob/main/pandas/conftest.py#L561
  3. redefined-outer-name:
    Redefining name 'index' from outer scope (line 641)
    https://github.com/pandas-dev/pandas/blob/main/pandas/conftest.py#L746
  4. redefined-outer-name:
    Redefining name 'index' from outer scope (line 641)
    https://github.com/pandas-dev/pandas/blob/main/pandas/conftest.py#L760
  5. redefined-outer-name:
    Redefining name 'index' from outer scope (line 641)
    https://github.com/pandas-dev/pandas/blob/main/pandas/conftest.py#L777
  6. redefined-outer-name:
    Redefining name 'strict_data_files' from outer scope (line 1145)
    https://github.com/pandas-dev/pandas/blob/main/pandas/conftest.py#L1153
  7. redefined-outer-name:
    Redefining name 'datapath' from outer scope (line 1153)
    https://github.com/pandas-dev/pandas/blob/main/pandas/conftest.py#L1188
  8. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L146
  9. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L197
  10. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L220
  11. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L284
  12. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L287
  13. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L297
  14. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L341
  15. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L354
  16. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L366
  17. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L379
  18. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L397
  19. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L417
  20. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L423
  21. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L442
  22. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L457
  23. redefined-outer-name:
    Redefining name 'skipna' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_nanops.py#L472
  24. redefined-outer-name:
    Redefining name 'dtype_fill_out_dtype' from outer scope (line 67)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_take.py#L75
  25. redefined-outer-name:
    Redefining name 'dtype_fill_out_dtype' from outer scope (line 67)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_take.py#L91
  26. redefined-outer-name:
    Redefining name 'dtype_fill_out_dtype' from outer scope (line 67)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_take.py#L115
  27. redefined-outer-name:
    Redefining name 'df' from outer scope (line 37)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_downstream.py#L42
  28. redefined-outer-name:
    Redefining name 'df' from outer scope (line 37)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_downstream.py#L112
  29. redefined-outer-name:
    Redefining name 'df' from outer scope (line 37)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_downstream.py#L176
  30. redefined-outer-name:
    Redefining name 'df' from outer scope (line 37)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_downstream.py#L238
  31. redefined-outer-name:
    Redefining name 'df' from outer scope (line 37)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_downstream.py#L251
  32. redefined-outer-name:
    Redefining name 'df' from outer scope (line 37)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_downstream.py#L260
  33. redefined-outer-name:
    Redefining name 'df' from outer scope (line 37)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_downstream.py#L322
  34. redefined-outer-name:
    Redefining name 'left_right' from outer scope (line 34)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_sorting.py#L237
  35. redefined-outer-name:
    Redefining name 'left_right' from outer scope (line 34)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_sorting.py#L249
  36. redefined-outer-name:
    Redefining name 'left_right' from outer scope (line 34)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/test_sorting.py#L258
  37. redefined-outer-name:
    Redefining name 'registry_without_decimal' from outer scope (line 381)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_array.py#L389
  38. redefined-outer-name:
    Redefining name 'freqstr' from outer scope (line 35)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L41
  39. redefined-outer-name:
    Redefining name 'freqstr' from outer scope (line 35)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L55
  40. redefined-outer-name:
    Redefining name 'freqstr' from outer scope (line 35)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L639
  41. redefined-outer-name:
    Redefining name 'datetime_index' from outer scope (line 55)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L663
  42. redefined-outer-name:
    Redefining name 'datetime_index' from outer scope (line 55)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L783
  43. redefined-outer-name:
    Redefining name 'freqstr' from outer scope (line 35)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L783
  44. redefined-outer-name:
    Redefining name 'datetime_index' from outer scope (line 55)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L802
  45. redefined-outer-name:
    Redefining name 'freqstr' from outer scope (line 35)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L802
  46. redefined-outer-name:
    Redefining name 'timedelta_index' from outer scope (line 69)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L974
  47. redefined-outer-name:
    Redefining name 'timedelta_index' from outer scope (line 69)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L983
  48. redefined-outer-name:
    Redefining name 'timedelta_index' from outer scope (line 69)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L993
  49. redefined-outer-name:
    Redefining name 'timedelta_index' from outer scope (line 69)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L1002
  50. redefined-outer-name:
    Redefining name 'timedelta_index' from outer scope (line 69)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L1044
  51. redefined-outer-name:
    Redefining name 'period_index' from outer scope (line 41)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L1076
  52. redefined-outer-name:
    Redefining name 'array_likes' from outer scope (line 1400)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/test_datetimelike.py#L1429
  53. redefined-outer-name:
    Redefining name 'arr_data' from outer scope (line 20)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L26
  54. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L49
  55. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L89
  56. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L95
  57. redefined-outer-name:
    Redefining name 'arr_data' from outer scope (line 20)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L100
  58. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L100
  59. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L128
  60. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L150
  61. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L341
  62. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L347
  63. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L358
  64. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L362
  65. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L369
  66. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L381
  67. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L410
  68. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L426
  69. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L436
  70. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L443
  71. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L461
  72. redefined-outer-name:
    Redefining name 'arr' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_array.py#L471
  73. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L34
  74. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L118
  75. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L118
  76. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L125
  77. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L143
  78. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L143
  79. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L155
  80. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L155
  81. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L166
  82. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L182
  83. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L182
  84. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L205
  85. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L228
  86. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L249
  87. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L249
  88. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L285
  89. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L310
  90. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L321
  91. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L331
  92. redefined-outer-name:
    Redefining name 'mix' from outer scope (line 21)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L331
  93. redefined-outer-name:
    Redefining name 'kind' from outer scope (line 15)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/sparse/test_arithmetics.py#L359
  94. redefined-outer-name:
    Redefining name 'any_numpy_array' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/numpy_/test_numpy.py#L134
  95. redefined-outer-name:
    Redefining name 'any_numpy_array' from outer scope (line 26)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/numpy_/test_numpy.py#L168
  96. redefined-outer-name:
    Redefining name 'data' from outer scope (line 16)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_function.py#L25
  97. redefined-outer-name:
    Redefining name 'numpy_dtype' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_function.py#L31
  98. redefined-outer-name:
    Redefining name 'data' from outer scope (line 16)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_function.py#L37
  99. redefined-outer-name:
    Redefining name 'numpy_dtype' from outer scope (line 25)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_function.py#L37
  100. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L32
  101. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L37
  102. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L50
  103. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L71
  104. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L99
  105. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L124
  106. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L145
  107. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L175
  108. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L190
  109. redefined-outer-name:
    Redefining name 'data' from outer scope (line 23)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arithmetic.py#L227
  110. redefined-outer-name:
    Redefining name 'data' from outer scope (line 17)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arrow_compat.py#L25
  111. redefined-outer-name:
    Redefining name 'data' from outer scope (line 17)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arrow_compat.py#L34
  112. redefined-outer-name:
    Redefining name 'data' from outer scope (line 17)
    https://github.com/pandas-dev/pandas/blob/main/pandas/tests/arrays/masked/test_arrow_compat.py#L64
  113. redefined-outer-nam...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit e6215ac

@DanielNoord DanielNoord deleted the pytest-plugin branch February 29, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants