Skip to content

Commit

Permalink
chore(test): add comment explaining pytest.mark.xdist_group
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored and cpcloud committed Jan 23, 2025
1 parent 9335492 commit 9b44750
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ibis/backends/tests/test_impure.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

tm = pytest.importorskip("pandas.testing")

# Concurrent execution of CREATE OR REPLACE FUNCTION in postgres fails
# This ensures that all tests in this module run in the same process as
# long as --dist=loadgroup is passed, which it is.
pytestmark = pytest.mark.xdist_group("impure")

no_randoms = [
Expand Down

0 comments on commit 9b44750

Please sign in to comment.