achabotl / pambox

Python auditory modeling toolbox.
http://pambox.org
BSD 3-Clause "New" or "Revised" License
35 stars 8 forks source link

Get rid of the nose dependency when testing `fftfilt` #23

Closed achabotl closed 9 years ago

achabotl commented 9 years ago

The test setup for fftfilt depends on nose, which is not part of the regular dependencies. It would be bit stupid to depend on both nose and pytest, so I should find a way to convert the tests to use pytest.

achabotl commented 9 years ago

Fixed by ebab7039cfa469ae39289f3908e72876089e7675.