From e1d1d7b02628d3bf6ed9a5cf15fa11fd7cfbd36b Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Thu, 21 Jul 2016 01:58:08 -0400 Subject: [PATCH] remove eval-attr for slow tests in setup.cfg The code that relied on this in the tests was removed in https://github.com/beetbox/beets/commit/84c82cc44ba95c57a5cd3da03f07493344c1aaa4 I don't think this was a good global option anyways, so I don't see us returning to it. This was discovered by @JesseWeinstein --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 79e453fbc..8050dd345 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,6 @@ [nosetests] verbosity=1 logging-clear-handlers=1 -eval-attr="!=slow" [flake8] min-version=2.7