Conversation
Getting this error when trying to build. why is it trying to create a docker container? |
I suspect it's trying to run tests that run a DB inside docker - what OS are you on? Maybe we should disable the tests or patch out the ones that require docker, I'll take a look |
Yes, think we don't need to run the tests when all we want to do is to build the package and run it on our systems |
|
Oh I think we just need to add the new test (pressly/goose#493) to the skip check list added in #232485 Update: |
fixes NixOS#302629 After updating from `3.15.0 -> 3.19.2` build for `goose` was failing. This was due to the tests failing esp on integration tests which required the docker darmon to be running. Tests with similar nature were already skipped, but on the upgraded version newer integration tests were added. This change adds these changes to the test skip list aswell. Skip following tests which require a docker daemon to be running - TestLockModeAdvisorySession - TestDialectStore - TestGoMigrationStats - TestPostgresSessionLocker Links: - Commit adding the new integration tests: pressly/goose@b2c483a
Description of changes
Bumps goose to the latest version
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.