diff --git a/tox.ini b/tox.ini index 4afbe08..9e8c990 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ extras = all dev-fmt dev-test -commands = ruff check caikit examples +commands = ruff check caikit_compose examples [testenv:imports] description = enforce internal import rules @@ -50,23 +50,3 @@ skip_install = True description = check wheel deps = twine commands = twine check dist/* - -# Ensure compatibility is maintained with protobuf 3.X -[testenv:proto3] -description = run tests with pytest with coverage -extras = dev-proto3 -commands = - pytest --cov=caikit --cov-report=html {posargs:tests -m "not examples"} - -# Ensure tests targeting caikit.core can be run with no optional dependencies -[testenv:core] -description = run tests against caikit.core without any extras -base = "" -extras = dev-test -commands = - pytest tests/core - -# Runs dsconverter on caikit -[testenv:dsconverter] -description = convert docstrings to google -commands = python ./scripts/dsconverter.py caikit