Skip to content

Commit

Permalink
Add pytest dep to pydicom specs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang committed Jul 17, 2024
1 parent 5836826 commit a4dfefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swebench/harness/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ class TestStatus(Enum):
"python": "3.6",
"install": "python -m pip install -e .",
"packages": "numpy",
"pip_packages": ["pytest"],
"test_cmd": TEST_PYTEST,
}
for k in [
Expand Down

0 comments on commit a4dfefc

Please sign in to comment.