mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
treewide: convert phases that contain ":" to dont* = true (#130500)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user