Skip to content
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

0.3.0: test failure: static/ not found #46

Closed
0-wiz-0 opened this issue Nov 25, 2017 · 3 comments
Closed

0.3.0: test failure: static/ not found #46

0-wiz-0 opened this issue Nov 25, 2017 · 3 comments

Comments

@0-wiz-0
Copy link

0-wiz-0 commented Nov 25, 2017

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
@0-wiz-0
Copy link
Author

0-wiz-0 commented Nov 25, 2017

I just noticed that I see a similar test failure in httpbin, see https://github.com/kennethreitz/httpbin/issues/403

@sigmavirus24
Copy link

@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.

@graingert
Copy link
Collaborator

the setup.py file was deleted in #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants