Skip to content

Commit

Permalink
Merge branch 'fix-pytest-warnings' of https://github.com/groundlight/…
Browse files Browse the repository at this point in the history
…python-sdk into fix-pytest-warnings
  • Loading branch information
CoreyEWood committed Dec 6, 2024
2 parents 9ebb5bf + 107bbd0 commit 522bcf6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ no_sort_tables = true
spaces_indent_inline_array = 4
trailing_comma_inline_array = true

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.2.0"]

[tool.pytest.ini_options]
markers = [
"skip_for_edge_endpoint",
"run_only_for_edge_endpoint",
]

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.2.0"]

0 comments on commit 522bcf6

Please sign in to comment.