Closed webknjaz closed 1 year ago
The first tox --notest invocation already builds the package and installs it. Without --skip-pkg-install, the second one repeats this, which is just a waste of resources.
tox --notest
--skip-pkg-install
The first
tox --notest
invocation already builds the package and installs it. Without--skip-pkg-install
, the second one repeats this, which is just a waste of resources.