lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Stop requiring pytest-runner #35

Closed impredicative closed 4 years ago

impredicative commented 4 years ago

Why is pytest-runner an installation requirement? It doesn't seem to provide anything of value for getting the upstream functionality to work.

lukasschwab commented 4 years ago

Thanks for spotting this.

I read this deprecation notice and removed the dependency altogether: 226f2a5674c9d1d16801cfe7b8c5ac636e849b4a

I'll roll a new pypi release tonight.

impredicative commented 4 years ago

OK.