gh-119659: Get the datetime CAPI Tests Running Again by ericsnowcurrently · Pull Request #120180 · python/cpython · GitHub
Skip to content

gh-119659: Get the datetime CAPI Tests Running Again - #120180

Merged
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:fix-datetime-capi-tests
Jun 7, 2024
Merged

gh-119659: Get the datetime CAPI Tests Running Again#120180
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:fix-datetime-capi-tests

Conversation

@ericsnowcurrently

@ericsnowcurrently ericsnowcurrently commented Jun 6, 2024

Copy link
Copy Markdown
Member

The tests were accidentally disabled by 2da0dc0, which didn't handle classes correctly.

I considered updating no_rerun() to support classes, but the way test_datetime.py works would have made things fairly messy. Plus, it looks like the refleaks we had encountered before have been resolved.

@sobolevn sobolevn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about #119659 ?

@ericsnowcurrently

Copy link
Copy Markdown
Member Author

@ericsnowcurrently ericsnowcurrently added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Jun 6, 2024
@bedevere-bot

Copy link
Copy Markdown

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Jun 6, 2024
@ericsnowcurrently
ericsnowcurrently merged commit e6076d1 into python:main Jun 7, 2024
@ericsnowcurrently
ericsnowcurrently deleted the fix-datetime-capi-tests branch June 7, 2024 17:44
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
…120180)

The tests were accidentally disabled by 2da0dc0, which didn't handle classes correctly.

I considered updating no_rerun() to support classes, but the way test_datetime.py works would have made things fairly messy.  Plus, it looks like the refleaks we had encountered before have been resolved.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…120180)

The tests were accidentally disabled by 2da0dc0, which didn't handle classes correctly.

I considered updating no_rerun() to support classes, but the way test_datetime.py works would have made things fairly messy.  Plus, it looks like the refleaks we had encountered before have been resolved.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants