Skip to content

Commit

Permalink
Fix pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jul 17, 2024
1 parent 1f7781b commit 48e272b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swebench/harness/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ class TestStatus(Enum):
"sortedcontainers==1.5.9",
"tomli==0.2.0"
],
"test_cmd": TEST_PYTEST_VERBOSE,
"test_cmd": TEST_ASTROPY_PYTEST,
}
for k in ["0.1", "0.2", "0.3", "0.4", "1.1", "1.2", "1.3"]
}
Expand Down

0 comments on commit 48e272b

Please sign in to comment.