Skip to content

Commit

Permalink
TST: ignore deprecation warning in valgrid test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaak authored and RUrlus committed Dec 28, 2023
1 parent 4a6375f commit e2871a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
- name: Test
run: |
cd tests
PYTHONMALLOC=malloc valgrind --leak-check=yes --track-origins=yes --log-file=valgrind-log.txt python -m pytest test_phik.py
PYTHONMALLOC=malloc valgrind --leak-check=yes --track-origins=yes --log-file=valgrind-log.txt python -m pytest test_phik.py -W ignore::DeprecationWarning

0 comments on commit e2871a4

Please sign in to comment.