Skip to content

Commit

Permalink
Call pyproject-parser command directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 2, 2022
1 parent 84fccdf commit dba9e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_check_extra_deprecation_warning(
):
(tmp_pathplus / "pyproject.toml").write_clean(toml_string)

args = ["python3", "-m", "pyproject_parser", "check"]
args = ["pyproject-parser", "check"]

with in_directory(tmp_pathplus):
process = subprocess.run(
Expand Down

0 comments on commit dba9e93

Please sign in to comment.