Skip to content

Commit

Permalink
don't build & install package during testing (at least for debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnixon committed Nov 3, 2023
1 parent 362c9ee commit 17aaeeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ skip_missing_interpreters = true

[testenv]
description = run the tests under {envname}
package = wheel
wheel_build_env = .pkg
no_package = true
skip_install = true
#package = wheel
#wheel_build_env = .pkg
setenv =
COVERAGE_FILE = .coverage.{envname}
basepython =
Expand Down

0 comments on commit 17aaeeb

Please sign in to comment.