Skip to content

Commit

Permalink
Merge pull request #247 from glyph/pin-testtools
Browse files Browse the repository at this point in the history
testtools 1.8 came out yesterday, and it doesn't work with py2app
  • Loading branch information
glyph committed May 6, 2015
2 parents 1629ecc + 0615608 commit 3a59868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def setup_options(name, version):
"six>=1.6.0",
"xmltodict>=0.9.1",
"attrs>=15.0.0",
"testtools>=1.7.1"
"testtools>=1.7.1,<1.8.0"
],
package_dir={"mimic": "mimic"},
packages=find_packages(exclude=[]) + ["twisted.plugins"],
Expand Down

0 comments on commit 3a59868

Please sign in to comment.