New issue 229: Fails to install package before running tests https://bitbucket.org/hpk42/tox/issue/229/fails-to-install-package-before-running
BEN ZID ELGUEBSI Wael: Description of problem: If I try to install my Python C extension manually, it's ok. But when I run tox -e py33 tox does not install the extension properly: It install an empty package: (py33) >>> import mypackage (py33) >>> dir(mypackage) ['__doc__', '__initializing__', '__loader__', '__name__', '__package__', '__path__'] However, If I run: $ python3 setup.py test # (1) It works well and the strange thing is: If I run now: $ tox -e py3 It will works we bacause command (1) created a shared library in the project directory I got no error _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit