Uh oh!
There was an error while loading. Please reload this page.
fix(tests/integration/__init__.py): Rename "TestCluster" to "IntegrationTestCluster" - #1121
fix(tests/integration/__init__.py): Rename "TestCluster" to "IntegrationTestCluster"#1121Orenef11 wants to merge 1 commit into
Conversation
Orenef11
commented
Jan 26, 2022
…ionTestCluster" ``` PytestCollectionWarning: cannot collect test class 'TestCluster' because it has a __new__ constructor (from: tests/integration/standard/test_client_warnings.py) class TestCluster(object): ```
Orenef11
commented
Jan 26, 2022
@absurdfarce
|
Hey @Orenef11, apologies for the long delay... I'm trying to juggle way too many plates around here. We're working on fully converting to pytest as part of the upcoming 3.30.0 release. The current work around that effort can be found in #1215; there's more detail in PYTHON-1297 as well. @bschoening pointed out that the issue discussed here should be addressed by this change in that PR. Once we get that merged feel free to double-check that assumption and let us know if we're wrong. |
absurdfarce
commented
Jun 17, 2025
Since this PR was originally opened we've completed the conversion to pytest and are using it regularly. I also believe the change referenced in my comment above does fix the issue being addressed here. As a result I'm going to close this out, but as always if anybody believes there's something we missed or an additional part of this PR we should (re)consider please open a new PR and let's talk about it. |