You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On FreeBSD, when built from the PyPI tarball, tests fail:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 1541, in <module>
action_target(PACKAGE)
File "setup.py", line 1519, in action_target
_fvs('action_target function')().action_target(package, *args, **kwargs)
File "setup.py", line 1507, in action_target
setupfn(**x)
File "/usr/local/lib/python2.7/site-packages/setuptools/__init__.py", line 131, in setup
return distutils.core.setup(**attrs)
File "/usr/local/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/usr/local/lib/python2.7/site-packages/setuptools/command/test.py", line 228, in run
self.run_tests()
File "setup.py", line 970, in run_tests
cleanup = self.setup_sys_path()
File "setup.py", line 877, in setup_sys_path
(DEFAULT_TEST_SUITE, self.setupper.REPO_BASE_DIR))
Exception: Can't find location of testsuite directory test in /usr/ports/devel/py-vsc-install/work-py27/vsc-install-0.11.2
The text was updated successfully, but these errors were encountered:
@yurivict Can you provide some more information? Which version of Python & setuptools is being used here? What are the contents of the /usr/ports/devel/py-vsc-install/work-py27/vsc-install-0.11.2 directory?
This is correct, the pypi tarball doesn't contain the tests.
The tests are mainly intended for developers who want to add features/fix bugs/add tests
The pypi distribution is mainly intended for users who want to use the software/tools and libraries.
I recommend you checkout the git repo if you want to run the tests.
On FreeBSD, when built from the PyPI tarball, tests fail:
The text was updated successfully, but these errors were encountered: