Skip to content

Commit

Permalink
setup.cfg: allow running unit tests with modern tox versions
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <simon.deziel@canonical.com>
  • Loading branch information
simondeziel committed Oct 2, 2024
1 parent bd7af11 commit 13761d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ upload-dir = doc/build/html

[tox:tox]
minversion = 1.6
envlist = lint,check,coverage
envlist = lint,check,coverage,unit
skipsdist = True

[testenv]
[testenv:unit]
usedevelop = True
setenv =
PYLXD_WARNINGS=none
Expand Down

0 comments on commit 13761d2

Please sign in to comment.