diff --git a/.github/workflows/test_examples.yml b/.github/workflows/test_examples.yml index 6061c145f..d257eef24 100644 --- a/.github/workflows/test_examples.yml +++ b/.github/workflows/test_examples.yml @@ -42,7 +42,7 @@ jobs: pip install mesa --pre pip install .[test] - name: Test with pytest - run: pytest -rA -Werror test_examples.py + run: pytest -rA -Werror -Wdefault::FutureWarning test_examples.py build-main: runs-on: ubuntu-latest @@ -57,4 +57,4 @@ jobs: pip install .[test] pip install -U git+https://github.com/projectmesa/mesa@main#egg=mesa - name: Test with pytest - run: pytest -rA -Werror test_examples.py + run: pytest -rA -Werror -Wdefault::FutureWarning test_examples.py