Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Include test_endpoints.json in source distribution
Browse files Browse the repository at this point in the history
MANIFEST.in recursively includes .py and .txt files for tests in source
distributions, but not .json files, causing unit tests to fail when run
outside of a git checkout.  This commit fixes that issue.

Downstream bug:  https://bugzilla.redhat.com/show_bug.cgi?id=1072925
  • Loading branch information
gholms committed Aug 22, 2014
1 parent 964999e commit a977445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ include boto/pyami/copybot.cfg
include boto/services/sonofmmm.cfg
include boto/mturk/test/*.doctest
include boto/mturk/test/.gitignore
recursive-include tests *.py *.txt
recursive-include tests *.json *.py *.txt
recursive-include docs *

0 comments on commit a977445

Please sign in to comment.