Skip to content

Commit

Permalink
Minor doc and whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yadudoc committed Aug 16, 2024
1 parent 270ed7a commit 6aef5dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion parsl/tests/test_mpi_apps/test_bad_mpi_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_bad_launcher():

@pytest.mark.local
def test_bad_mpi_launcher():
"""ValueError if an unsupported mpi_launcher is specified"""
"""TypeError if an unsupported mpi_launcher is specified"""

for launcher in [SrunLauncher(), AprunLauncher()]:
with pytest.raises(TypeError):
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ Sphinx==4.5.0
twine
wheel
isort

0 comments on commit 6aef5dd

Please sign in to comment.