Skip to content

Commit 3611774

Browse files
committed
Use develop mode in tox testenv
1 parent 002e06b commit 3611774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ skip_missing_interpreters = true
88

99
[testenv]
1010
description = Unit + smoke tests (exclude hardware) with coverage
11-
package = wheel
11+
use_develop = true
1212
extras = test
1313

1414
# Keep behavior aligned with your GitHub Actions job:

0 commit comments

Comments
 (0)