-
-
Notifications
You must be signed in to change notification settings - Fork 15k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python312Packages.wandb: 0.18.5 -> 0.19.5 #373808
python312Packages.wandb: 0.18.5 -> 0.19.5 #373808
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure that this is working. I'm seeing this:
============================= test session starts ==============================
platform darwin -- Python 3.12.8, pytest-8.3.3, pluggy-1.5.0 -- /nix/store/8zc3wcplydp8gsxms24scpzdca438dk5-python3-3.12.8/bin/python3.12
cachedir: .pytest_cache
hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('/private/tmp/nix-build-python3.12-wandb-0.18.5.drv-0/source/.hypothesis/examples'))
rootdir: /private/tmp/nix-build-python3.12-wandb-0.18.5.drv-0/source
configfile: pyproject.toml
testpaths: tests
plugins: hypothesis-6.112.2, pyfakefs-5.6.0, asyncio-0.23.8, cov-nixpkgs-stub-1.0.0, mock-3.14.0, timeout-2.3.1, xdist-3.6.1, typeguard-4.3.0
asyncio: mode=Mode.AUTO
timeout: 60.0s
timeout method: signal
timeout func_only: False
Right. It should be pytestFlagsArray. I'll also look into new test failures due to the recent moviepy upgrade #375144. |
819514b
to
201b0e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diff lgtm, i think this is fine to merge as long as nixpkgs-review looks ok
@SuperSandro2000 This wasn't supposed to be merged until we had nixpkgs-review done |
It is targeting staging-next which has currently lots of build failures related and unrelated. We would have never gotten a full green out of it and we'll take the fix. |
Ah got it, thought this was targeting master |
Please review whether the newly-disabled tests are important or not.
Closes #365069
Things done