-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the tests/ directory to the tarball. #561
Conversation
Users should now be able to run "python setup.py test".
This fixes #561 |
- Update to 0.11.2 - Update pkg-plist - Enable STAGE support - Enable AUTOPLIST support, update pkg-plist - Deprecate easy_install target - Deprecate py3k-fix-pkg-plist.inc - Deprecate OPTIONSFILE override - Dont need PIPVER and SETUPTOOLSVER variables anymore - Dont need bsd.port.pre.mk anymore - Use *PYTHON_*PKGNAMEPREFIX for sphinx BUILD_DEPENDS - Use OPTIONS helpers for DOCS BUILD_DEPENDS - Add TEST_DEPENDS and regression-test: target, tests will be included in the next upstream version [1] [1] pypa/virtualenv#561 Changes: http://www.virtualenv.org/en/latest/news.html PR: ports/186581 Approved by: maintainer (via email)
- Update to 0.11.2 - Update pkg-plist - Enable STAGE support - Enable AUTOPLIST support, update pkg-plist - Deprecate easy_install target - Deprecate py3k-fix-pkg-plist.inc - Deprecate OPTIONSFILE override - Dont need PIPVER and SETUPTOOLSVER variables anymore - Dont need bsd.port.pre.mk anymore - Use *PYTHON_*PKGNAMEPREFIX for sphinx BUILD_DEPENDS - Use OPTIONS helpers for DOCS BUILD_DEPENDS - Add TEST_DEPENDS and regression-test: target, tests will be included in the next upstream version [1] [1] pypa/virtualenv#561 Changes: http://www.virtualenv.org/en/latest/news.html PR: ports/186581 Approved by: maintainer (via email) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@343610 35697150-7ecd-e111-bb59-0022644237b5
d33e617
to
1682ed6
Compare
Hello! As part of an effort to ease the contribution process and adopt a more standard workflow virtualenv has switched to doing development on the If you do nothing, this Pull Request will be automatically migrated by @BrownTruck for you. If you would like to retain control over this pull request then you should resubmit it against the If you choose to migrate this Pull Request yourself, here is an example message that you can copy and paste:
If this pull request is no longer needed, please feel free to close it. |
This Pull Request has been automatically migrated to #909 to reparent it to the |
Users should now be able to run "python setup.py test".