[weakref]: Consider marking test_threaded_weak_key_dict_copy
and test_threaded_weak_value_dict_copy
as cpu-heavy tests
#121220
Labels
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
I'm wondering why the deepcopy version of these tests is marked as
requires_resource('cpu')
but they take almost the same amount of the time as thecopy
tests (test_weakref
with enabled deepcopy and disabled copy tests takes about an 13 seconds, with enabled copy tests and disabled deepcopy tests takes about an 11 seconds)Previously:
After marking these two tests as cpu-heavy:
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
weakref.test_threaded_weak_value_dict_copy/test_threaded_weak_key_dict_copy
as a cpu-heavy tests #121221The text was updated successfully, but these errors were encountered: