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

Exclude compiled byte code from distributions #82

Merged
merged 1 commit into from
Nov 27, 2016
Merged

Conversation

sbraz
Copy link
Contributor

@sbraz sbraz commented Nov 27, 2016

Hi, the current PyPI tarball contains a __pycache__ folder, this causes tests to fail:

import file mismatch:
imported module 'test_utils' has this __file__ attribute:
  /home/tom/Docs/Programming/dominate/tests/test_utils.py
which is not the same as the test file we want to collect:
  /var/tmp/portage/dev-python/dominate-2.3.0/work/dominate-2.3.0/tests/test_utils.py
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

@coveralls
Copy link

coveralls commented Nov 27, 2016

Coverage Status

Coverage remained the same at 96.661% when pulling 2efe049 on sbraz:manifest into d05a4ad on Knio:master.

@Knio Knio merged commit 964fbf1 into Knio:master Nov 27, 2016
@Knio
Copy link
Owner

Knio commented Nov 27, 2016

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants