Skip to content

Commit

Permalink
Remove pytest.importorskip("deepmind_lab")
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed Mar 7, 2024
1 parent 2036182 commit dd88cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dm_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from shimmy.dm_lab_compatibility import DmLabCompatibilityV0

pytest.importorskip("deepmind_lab")
# pytest.importorskip("deepmind_lab")
import deepmind_lab

LEVEL_NAMES = [
Expand Down

0 comments on commit dd88cdc

Please sign in to comment.