Skip to content

Commit

Permalink
tox: tell pytest_plus to not fail on duplicate test names
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Helmert <jhelmert@pacificbiosciences.com>
  • Loading branch information
pbjhelmert committed Oct 24, 2023
1 parent a182d4d commit 3e36da5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ setenv =
MOLECULE_NO_LOG={env:MOLECULE_NO_LOG:0}
PIP_DISABLE_PIP_VERSION_CHECK=1
PY_COLORS={env:PY_COLORS:1}
PYTEST_CHECK_TEST_DUPLICATE=0
PYTHONDONTWRITEBYTECODE=1
# This should pass these args to molecule, no effect here as this is the default
# but it validates that it accepts extra params.
Expand Down

0 comments on commit 3e36da5

Please sign in to comment.