treewide: convert phases that contain ":" to dont* = true (#130500)

This commit is contained in:
Sandro
2021-07-18 23:42:48 +02:00
committed by GitHub
parent 967d40bec1
commit d5bd34ebf2
27 changed files with 33 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ buildPythonPackage rec {
];
# pytest-astropy is a meta package and has no tests
checkPhase = ":";
doCheck = false;
meta = with lib; {
description = "Meta-package containing dependencies for testing";