Hi! I'm packaging django-rest-framework for Arch Linux.
We usually use pypi as upstream for tracking updates and building from source.
It would be really cool, if the tests were available in the sdist tarball on pypi. Thanks!
Checklist
Steps to reproduce
- Download the sdist tarball from pypi.
- Build:
python setup.py build
- Run
pytest
Expected behavior
Be able to run pytest on the build, when using the sdist on pypi.
Actual behavior
Not being able to run the tests.
Hi! I'm packaging django-rest-framework for Arch Linux.
We usually use pypi as upstream for tracking updates and building from source.
It would be really cool, if the tests were available in the sdist tarball on pypi. Thanks!
Checklist
masterbranch of Django REST framework.Steps to reproduce
python setup.py buildpytestExpected behavior
Be able to run pytest on the build, when using the sdist on pypi.
Actual behavior
Not being able to run the tests.