You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some classes are not meant to be picked up,
but pytest does it and throw warning message when something goes wrong.
One example of this issue:
PytestCollectionWarning: cannot collect test class 'TestCluster' because it has a __new__ constructor (from: tests/integration/standard/column_encryption/test_policies.py)
class TestCluster(object):
0 commit comments