Skip to content

Commit

Permalink
pytest: Don't raise FutureWarning to Error
Browse files Browse the repository at this point in the history
Otherwise we can't use this experimental feature.
  • Loading branch information
EwoutH committed Aug 29, 2024
1 parent 88127e6 commit 3690ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3690ec2

Please sign in to comment.