Skip to content

Commit

Permalink
chore: Address deprecation warning in pytest plugin reference during …
Browse files Browse the repository at this point in the history
…Poetry build (#1859)
  • Loading branch information
edgarrmondragon authored Jul 19, 2023
1 parent 260a15c commit 384cff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
pytest11 = { callable = "singer_sdk:testing.pytest_plugin", extras = ["testing"] }
pytest11 = { reference = "singer_sdk:testing.pytest_plugin", extras = ["testing"], type = "console" }

[tool.ruff]
exclude = [
Expand Down

0 comments on commit 384cff7

Please sign in to comment.