From eef7c5c9309fcdb9254a295491facee3118c2279 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Wed, 28 Feb 2024 11:28:35 -0800 Subject: [PATCH] Enable test_docker_pre after pinning the mpmath transitive dependency (#6481) Finalizes #6475 --- dev_tools/docker_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dev_tools/docker_test.py b/dev_tools/docker_test.py index 22f191901c9..8ac885442ef 100644 --- a/dev_tools/docker_test.py +++ b/dev_tools/docker_test.py @@ -22,7 +22,6 @@ def test_docker_stable(): assert result.returncode == 0 -@pytest.mark.skip(reason="fails due to boken dependendencies #6475") def test_docker_pre(): if platform.system() != 'Linux': pytest.skip("Unsupported os")