3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #165158 from malob/openai-add-wandb

This commit is contained in:
Sandro 2022-03-29 11:30:29 +02:00 committed by GitHub
commit e5536402f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -9,6 +9,7 @@
, pandas-stubs
, requests
, tqdm
, wandb
# Check dependencies
, pytest-mock
@ -35,6 +36,7 @@ buildPythonPackage rec {
pandas-stubs
requests
tqdm
wandb
];
pythonImportsCheck = [ "openai" ];

View file

@ -114,6 +114,10 @@ buildPythonPackage rec {
"tests/test_tables.py"
];
# Disable test that fails on darwin due to issue with python3Packages.psutil:
# https://github.com/giampaolo/psutil/issues/1219
disabledTests = lib.optional stdenv.isDarwin "test_tpu_system_stats";
checkInputs = [
azure-core
bokeh