Skip to content

Commit

Permalink
Add TODO to find better solution
Browse files Browse the repository at this point in the history
  • Loading branch information
runame committed Nov 14, 2024
1 parent 25c26bd commit a97d0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ test:
# We add the `-I` flag to only use the installed package and not use local modules.
# Note that we cannot add it to all tests because of the implemented import logic.
# See PR #49 for more details.
# TODO: Find better solution.
@python3 -I -m unittest discover -s tests/ -p "*_test.py"
@python3 -I -m unittest discover -s distributed_shampoo/tests/ -p "*_test.py"
@python3 -m unittest discover -s distributed_shampoo/utils/tests/ -p "*_test.py"
Expand Down

0 comments on commit a97d0ac

Please sign in to comment.