Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Feb 14, 2025
1 parent 5181356 commit 00c9829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions tests/test_init.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from pet_neighbors_convert import load_neighbors_convert


def test_init():
load_neighbors_convert()
import torch
import pet_neighbors_convert
torch.ops.neighbors_convert.process
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ passenv = *

[testenv:build]
description = Asserts package build integrity.
usedevelop = true
deps =
build
check-manifest
Expand All @@ -21,6 +20,5 @@ commands =

[testenv:tests]
description = Run test suite with pytest and {basepython}.
usedevelop = true
deps = pytest
commands = pytest {posargs}

0 comments on commit 00c9829

Please sign in to comment.