Skip to content

Commit eef7c5c

Browse files
authored
Enable test_docker_pre after pinning the mpmath transitive dependency (#6481)
Finalizes #6475
1 parent 78f05f4 commit eef7c5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev_tools/docker_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def test_docker_stable():
2222
assert result.returncode == 0
2323

2424

25-
@pytest.mark.skip(reason="fails due to boken dependendencies #6475")
2625
def test_docker_pre():
2726
if platform.system() != 'Linux':
2827
pytest.skip("Unsupported os")

0 commit comments

Comments
 (0)