We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
static/
The 0.3.0 distfile from pypi does not pass its selftests for me on NetBSD 8.99.7/amd64 with python-3.6.3:
/usr/pkg/bin/python3.6 setup.py test running test running egg_info writing pytest_httpbin.egg-info/PKG-INFO writing dependency_links to pytest_httpbin.egg-info/dependency_links.txt writing entry points to pytest_httpbin.egg-info/entry_points.txt writing requirements to pytest_httpbin.egg-info/requires.txt writing top-level names to pytest_httpbin.egg-info/top_level.txt reading manifest file 'pytest_httpbin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pytest_httpbin.egg-info/SOURCES.txt' running build_ext error: [Errno 2] No such file or directory: 'static/' *** Error code 1
The text was updated successfully, but these errors were encountered:
I just noticed that I see a similar test failure in httpbin, see https://github.com/kennethreitz/httpbin/issues/403
Sorry, something went wrong.
@0-wiz-0 neither project uses python setup.py test to run its tests. If this worked prior to certain releases, that was likely coincidental.
python setup.py test
the setup.py file was deleted in #82
setup.py
No branches or pull requests
The 0.3.0 distfile from pypi does not pass its selftests for me on NetBSD 8.99.7/amd64 with python-3.6.3:
The text was updated successfully, but these errors were encountered: