Skip to content

Commit 5c00a60

Browse files
committed
fix: Be more surgical on deprecation check
1 parent 7b88bb1 commit 5c00a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ run-examples:
3737

3838
# Runs the examples, then the unit tests
3939
test:
40-
PYTHONWARNINGS=ignore::DeprecationWarning python3 ./tests/test_unit_tests.py
41-
PYTHONWARNINGS=ignore::DeprecationWarning python3 ./tests/test_unit_tests_threaded.py
40+
python3 ./tests/test_unit_tests.py
41+
python3 ./tests/test_unit_tests_threaded.py
4242

4343
# Runs benchmarks in the venv
4444
benchmark:

0 commit comments

Comments
 (0)