--- you can reply above this line --- New issue 77: can't install new extras for target package https://bitbucket.org/hpk42/tox/issue/77/cant-install-new-extras-for-target-package
Takayuki Shimizukawa: How do I install extras_require field's packages in test target? For example: * test target is "Sphinx". * The "Sphinx" in developing have `new` extras_require field in setup.py that name is "websupport". * If I install by hand, I'll invoke "pip install -e .[websupport]". In this case, `deps = sphinx[websupport]` in tox.ini will not bring the expected results because tox get "Sphinx" package from PyPI (not local test target), but "Sphinx" was uploaded at PyPI not have [websupport] extras_requires yet. -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn