mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.ax-platform: add missing test dependency
This commit is contained in:
parent
d29f897746
commit
178437a3bb
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
pytestCheckHook,
|
||||
sqlalchemy,
|
||||
tabulate,
|
||||
tensorboard,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
|
|
@ -72,6 +73,7 @@ buildPythonPackage (finalAttrs: {
|
|||
pytestCheckHook
|
||||
sqlalchemy
|
||||
tabulate
|
||||
tensorboard
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue