Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mock
jukebox.publishing
in tests to avoid zmq
Currently it is hard to install zmq (MiczFlor#2050) and for CI pytest `zmq` is not available. As the test do not really require `jukebox.publishing` running, mocking it in the test avoids it being imported. Thus the tests do not require `zmq` to be installed.
- Loading branch information