summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-19 00:02:18 +0000
committerGitHub <noreply@github.com>2021-07-19 00:02:18 +0000
commitdde34afc632005a61b65b95f269dbc8b828c2f05 (patch)
tree44460faaa77e88a8b4da97a9ff694145be425851 /pkgs/development/python-modules
parentd0f62aae75499e2584b4ffff1585605352e26e8f (diff)
parentdc802b2e196f95ce42daa7591e475bba34047331 (diff)
downloadnixpkgs-dde34afc632005a61b65b95f269dbc8b828c2f05.tar
nixpkgs-dde34afc632005a61b65b95f269dbc8b828c2f05.tar.gz
nixpkgs-dde34afc632005a61b65b95f269dbc8b828c2f05.tar.bz2
nixpkgs-dde34afc632005a61b65b95f269dbc8b828c2f05.tar.lz
nixpkgs-dde34afc632005a61b65b95f269dbc8b828c2f05.tar.xz
nixpkgs-dde34afc632005a61b65b95f269dbc8b828c2f05.tar.zst
nixpkgs-dde34afc632005a61b65b95f269dbc8b828c2f05.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pytest-astropy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-astropy/default.nix b/pkgs/development/python-modules/pytest-astropy/default.nix
index 3df836ee562..981860c7a64 100644
--- a/pkgs/development/python-modules/pytest-astropy/default.nix
+++ b/pkgs/development/python-modules/pytest-astropy/default.nix
@@ -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";