Skip to content

Commit

Permalink
fix: correct pytest marker for integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Apr 23, 2024
1 parent 621d10b commit 6eaeb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

pytestmark = [
pytest.mark.anyio,
pytest.mark.integrations,
pytest.mark.integration,
]

0 comments on commit 6eaeb1c

Please sign in to comment.