mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
pythonPackages: fix pythonImportsCheck typos and capitalization
This commit is contained in:
parent
1bf0327ef6
commit
297857c9fb
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
# tests require a job scheduler e.g. slurm, pbs, etc.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "batchspawner" ];
|
||||
pythonImportsCheck = [ "batchspawner" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A spawner for Jupyterhub to spawn notebooks using batch resource managers";
|
||||
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
||||
# tests are very targeted at individual linux distributions
|
||||
doCheck = false;
|
||||
|
||||
pythonImportcheck = [ "distro" ];
|
||||
pythonImportsCheck = [ "distro" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/nir0s/distro";
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
# tests require docker
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "dockerspawner" ];
|
||||
pythonImportsCheck = [ "dockerspawner" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Dockerspawner: A custom spawner for Jupyterhub";
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
# The test needs MuJoCo that is not free library.
|
||||
doCheck = false;
|
||||
|
||||
pythonImportCheck = [ "gym" ];
|
||||
pythonImportsCheck = [ "gym" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A toolkit by OpenAI for developing and comparing your reinforcement learning agents";
|
||||
|
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportCheck = [ "wled" ];
|
||||
pythonImportsCheck = [ "wled" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Asynchronous Python client for WLED";
|
||||
|
Loading…
Reference in New Issue
Block a user