loganasherjones / yapconf

Yet Another Python Configuration
http://yapconf.readthedocs.io/en/stable/
MIT License
18 stars 4 forks source link

Remove pytest-runner from setup_requires #22

Closed loganasherjones closed 6 years ago

loganasherjones commented 6 years ago

I do not need to include pytest-runner in setup_requires because the package simply does not need it to run. Only to run the tests.

See: https://github.com/pypa/setuptools/issues/209 for more information