Skip to content

Commit

Permalink
Add workaround for pygame under MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestum committed Nov 30, 2023
1 parent 81f8c8a commit 468c15f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ jobs:
TESTFILES=$(circleci tests glob "tests/**/test*.py" | circleci tests split --split-by=timings)
echo "This shard testing: ${TESTFILES}"
pytest -n auto --junitxml=/tmp/test-reports/junit.xml -vv $TESTFILES
environment:
# This is needed in newer versions of pygam. See
# https://github.com/pygame/pygame/issues/3835#issuecomment-1703717368
SDL_VIDEODRIVER: dummy

- save-pytest-cache
- store-test-output-unix
Expand Down

0 comments on commit 468c15f

Please sign in to comment.