Skip to content

haskellPackages.{haskell-pgmq, haskell-bee-redis}: provide server dependency of integration tests#428710

Merged
sternenseemann merged 2 commits intoNixOS:haskell-updatesfrom
sternenseemann:haskell-pgmq-tests
Jul 28, 2025
Merged

haskellPackages.{haskell-pgmq, haskell-bee-redis}: provide server dependency of integration tests#428710
sternenseemann merged 2 commits intoNixOS:haskell-updatesfrom
sternenseemann:haskell-pgmq-tests

Conversation

@sternenseemann
Copy link
Member

@sternenseemann sternenseemann commented Jul 26, 2025

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nix-owners nix-owners bot requested a review from maralorn July 26, 2025 21:27
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 6.topic: haskell General-purpose, statically typed, purely functional programming language labels Jul 26, 2025
@sternenseemann sternenseemann merged commit 54ba7d3 into NixOS:haskell-updates Jul 28, 2025
31 of 33 checks passed
@sternenseemann sternenseemann deleted the haskell-pgmq-tests branch July 28, 2025 11:16
Comment on lines +1152 to +1156
testToolDepends = drv.testToolDepends or [ ] ++ [
# otherwise .dev gets selected?!
(lib.getBin (pkgs.postgresql.withPackages (ps: [ ps.pgmq ])))
pkgs.postgresqlTestHook
];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to look into this again, after #426704 is merged, which removes that dev output from withPackages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: haskell General-purpose, statically typed, purely functional programming language 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants