Fix failing tests

This commit is contained in:
2025-12-08 10:31:58 -06:00
parent aa291410d8
commit 1f59ed4065
5 changed files with 18 additions and 24 deletions

View File

@@ -47,6 +47,6 @@ test:
# rm -rf .mypy_cache
$(MYPY) -p miplearn
$(MYPY) -p tests
$(PYTEST) $(PYTEST_ARGS)
$(PYTEST) $(PYTEST_ARGS) .
.PHONY: test test-watch docs install dist