Merge pull request #308377 from ShamrockLee/build-python-docheck-quick
buildPythonPackage, buildPythonApplication: make doCheck default less confusing
This commit is contained in:
@@ -144,7 +144,7 @@ in
|
||||
|
||||
, meta ? {}
|
||||
|
||||
, doCheck ? config.doCheckByDefault or false
|
||||
, doCheck ? true
|
||||
|
||||
, disabledTestPaths ? []
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
, passthru ? {}
|
||||
|
||||
, doCheck ? config.doCheckByDefault or false
|
||||
, doCheck ? true
|
||||
|
||||
, disabledTestPaths ? []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user