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

include test/diff.txt in tarballs #64

Merged
merged 1 commit into from Jun 26, 2018

Conversation

danc86
Copy link
Contributor

@danc86 danc86 commented Jun 26, 2018

This file is currently missing, which causes the tests to fail:

======================================================================
ERROR: test_diff_encoding (TestDiffEncoding.TestDiffEncoding)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "ansible-review-0.13.6/test/TestDiffEncoding.py", line 12, in test_diff_encoding
    with io.open(os.path.join(self.directory, 'diff.txt'), 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'ansible-review-0.13.6/test/diff.txt'

This file is currently missing, which causes the tests to fail:

    ======================================================================
    ERROR: test_diff_encoding (TestDiffEncoding.TestDiffEncoding)
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File "ansible-review-0.13.6/test/TestDiffEncoding.py", line 12, in test_diff_encoding
        with io.open(os.path.join(self.directory, 'diff.txt'), 'r') as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'ansible-review-0.13.6/test/diff.txt'
@willthames willthames merged commit 2aacd74 into willthames:master Jun 26, 2018
@willthames
Copy link
Owner

Version 0.13.7 published with this change

@willthames
Copy link
Owner

Thanks @danc86

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

2 participants