Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Dec 28, 2024
1 parent b613b9b commit 229c3b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_slim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import collections
import re
import logging
import subprocess

import pytest
import tskit
Expand Down Expand Up @@ -56,7 +57,8 @@ def test_runs(self):
for line in stderr.splitlines():
print("stderr", line)
print("return code:", proc.returncode)

print("all good?")
assert False

@pytest.mark.filterwarnings("ignore::stdpopsim.SLiMScalingFactorWarning")
@pytest.mark.filterwarnings("ignore:.*has only.*individuals alive")
Expand Down

0 comments on commit 229c3b6

Please sign in to comment.