Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Oct 23, 2024
1 parent c6e9004 commit ef48edd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[tox]
envlist = linters,docs,unit-tests, integ_tests

[testenv]
parallel_show_output = true
package = wheel
wheel_build_env = .pkg

[testenv:unit-tests]
basepython = python3
# {posargs} contains additional arguments specified when invoking tox. e.g. tox -- -s -k test_foo.py
Expand Down Expand Up @@ -34,8 +39,7 @@ extras = test

[testenv:linters]
basepython = python3
# Remove this to check what versions are installed for the env. This stops running pip freeze.
list_dependencies_command = echo
skip_install = true
deps =
{[testenv:ruff-format]deps}
{[testenv:ruff-check]deps}
Expand Down

0 comments on commit ef48edd

Please sign in to comment.