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 7b88bb1 commit 5c00a60Copy full SHA for 5c00a60
Makefile
@@ -37,8 +37,8 @@ run-examples:
37
38
# Runs the examples, then the unit tests
39
test:
40
- PYTHONWARNINGS=ignore::DeprecationWarning python3 ./tests/test_unit_tests.py
41
- PYTHONWARNINGS=ignore::DeprecationWarning python3 ./tests/test_unit_tests_threaded.py
+ python3 ./tests/test_unit_tests.py
+ python3 ./tests/test_unit_tests_threaded.py
42
43
# Runs benchmarks in the venv
44
benchmark:
0 commit comments