Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Jul 31, 2024
1 parent cefb586 commit 6e33e7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_pettingzoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_gnn(
@pytest.mark.parametrize("task", [PettingZooTask.SIMPLE_TAG])
@pytest.mark.skipif(
packaging.version.parse(torchrl.__version__).local is None,
"gru model needs torchrl from github",
reason="gru model needs torchrl from github",
)
def test_gru(
self,
Expand Down
2 changes: 1 addition & 1 deletion test/test_smacv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def test_gnn(
@pytest.mark.parametrize("task", [Smacv2Task.PROTOSS_5_VS_5])
@pytest.mark.skipif(
packaging.version.parse(torchrl.__version__).local is None,
"gru model needs torchrl from github",
reason="gru model needs torchrl from github",
)
def test_gru(
self,
Expand Down
2 changes: 1 addition & 1 deletion test/test_vmas.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_gnn(
@pytest.mark.parametrize("task", [VmasTask.NAVIGATION])
@pytest.mark.skipif(
packaging.version.parse(torchrl.__version__).local is None,
"gru model needs torchrl from github",
reason="gru model needs torchrl from github",
)
def test_gru(
self,
Expand Down

0 comments on commit 6e33e7e

Please sign in to comment.