forked from spotify/luigi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix azureblob tests: use json instead of numpy (spotify#3032)
Numpy is not installed in the current setup It fixes these errors: ``` File "/home/travis/build/spotify/luigi/test/contrib/azureblob_test.py", line 138, in run import numpy ModuleNotFoundError: No module named 'numpy' ``` https://travis-ci.org/github/spotify/luigi/jobs/754449469 The test silently failed, asserts weren't covered Added an assert checking the output of FinalTask
- Loading branch information
1 parent
59eaacc
commit 27fcb45
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters