On master: ``` $ cat setup.cfg [test] local_freetype = False [packages] tests = True $ python setup.py build # lots of output, success $ python setup.py test # lots of output error: error in setup.cfg: command 'NoopTestCommand' has no such option 'local_freetype ```