CPJKU / partitura

A python package for handling modern staff notation of music

Home Page:https://partitura.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running tests locally without miditok

neosatrapahereje opened this issue · comments

The new tokenizer functionalities require miditok and miditoolbox, which are not yet part of the requirements. Nevertheless, these packages are still used in test_utils.py, and result in an error when performing unittests locally.

Hello, I commented on the relevant PR #338 . This should be the intended behaviour. The online tests should run with no problem and check that all external dependencies work. Locally you would expect tests failing when you don't have a dependency with a message dependency X is missing.