diff --git a/pyproject.toml b/pyproject.toml index c3fc100..d3af9ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ [tool.poetry] packages = [ - { include = "ria_toolkit", from = "src" } + { include = "ria_toolkit_oss", from = "src" } ] [build-system] diff --git a/tox.ini b/tox.ini index 2b473e0..8f6f2b6 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,8 @@ skipsdist = true description = Run pytest test suite allowlist_externals = poetry commands = - echo "Skipping tests for now" + poetry install --quiet + poetry run pytest [testenv:lint] description = Run linting and formatting checks with Flake8, isort, and Black