Skip to content

Commit e95bb5b

Browse files
committed
do not suppress warning about fork
1 parent 6afdb34 commit e95bb5b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/_utils/test_system.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ def test_get_cpu_info_returns_valid_values() -> None:
2626
assert 0 <= cpu_info.used_ratio <= 1
2727

2828

29-
# Suppress the warning because there were no problems with using `fork' in our test environment.
30-
# However, there are serialization issues in other cases.
31-
@pytest.mark.filterwarnings('ignore:This process .* is multi-threaded, use of fork:DeprecationWarning')
3229
@pytest.mark.skipif(sys.platform != 'linux', reason='Improved estimation available only on Linux')
3330
def test_memory_estimation_does_not_overestimate_due_to_shared_memory() -> None:
3431
"""Test that memory usage estimation is not overestimating memory usage by counting shared memory multiple times.

0 commit comments

Comments
 (0)