We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875110a commit eb66daeCopy full SHA for eb66dae
.github/workflows/test_examples.yml
@@ -42,7 +42,7 @@ jobs:
42
pip install mesa --pre
43
pip install .[test]
44
- name: Test with pytest
45
- run: pytest -rA -Werror test_examples.py
+ run: pytest -rA -Werror -Wdefault::FutureWarning test_examples.py
46
47
build-main:
48
runs-on: ubuntu-latest
@@ -57,4 +57,4 @@ jobs:
57
58
pip install -U git+https://github.com/projectmesa/mesa@main#egg=mesa
59
60
0 commit comments