Skip to content

Commit

Permalink
Merge pull request #222 from Aggregate-Intellect/fix/test-complains
Browse files Browse the repository at this point in the history
Describe the `real` custom pytest marker. Fixes #214.
  • Loading branch information
oshoma authored Nov 14, 2023
2 parents 4b896f4 + d5a91a2 commit c599a22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ build-backend = "poetry.core.masonry.api"
pythonpath = [
"."
]
markers = [
"real: this test calls 3rd party APIs"
]

[tool.black]
line-length = 88
Expand Down

0 comments on commit c599a22

Please sign in to comment.