Skip to content

Commit

Permalink
Enable test_docker_pre after pinning the mpmath transitive dependency (
Browse files Browse the repository at this point in the history
…#6481)

Finalizes #6475
  • Loading branch information
pavoljuhas authored Feb 28, 2024
1 parent 78f05f4 commit eef7c5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev_tools/docker_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit eef7c5c

Please sign in to comment.