Removing accidental change to test

This commit is contained in:
Jeffrey Rackauckas 2018-08-25 22:21:50 -07:00
parent 325319dc3b
commit 2a917a582e
1 changed files with 0 additions and 1 deletions

View File

@ -1188,7 +1188,6 @@ class TestProgress(object):
def test_xdist_normal(self, many_tests_files, testdir):
pytest.importorskip("xdist")
output = testdir.runpytest("-n2")
sys.stderr.write(output.stdout)
output.stdout.re_match_lines([r"\.{20} \s+ \[100%\]"])
def test_xdist_normal_count(self, many_tests_files, testdir):