Skip to content

Commit

Permalink
add test for celery/kombu
Browse files Browse the repository at this point in the history
  • Loading branch information
cript0nauta committed Jul 25, 2023
1 parent f5adc88 commit bdf8d71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions acceptance_tests/test_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,10 @@ teardown(){
in python.pkgs.sampleproject'
./result/bin/sample | grep 'Call your main'
}

@test "celery" {
# kombu==5.2.4 has requirement pytz>dev, which breaks the requirements parser
pynixify 'kombu>5.2.4' celery
nix-build pynixify/nixpkgs.nix -A python3.pkgs.celery
./result/bin/celery --version
}

0 comments on commit bdf8d71

Please sign in to comment.