Skip to content

Commit

Permalink
Corrected spack tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkw31 committed Oct 15, 2024
1 parent c2ac695 commit 709a24d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/integration/test_spack.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
LICENSE file in the root directory of this source tree.
"""

import time

import pytest

from softpack_core.app import app
from softpack_core.schemas.package_collection import (
PackageCollection,
PackageMultiVersion,
)
from softpack_core.spack import Package, Spack


def test_spack_packages():
spack = Spack()
Expand Down

0 comments on commit 709a24d

Please sign in to comment.