diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 19:21:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-20 19:21:03 -0400 |
| commit | e6168c607fb4247cbfe410f45a4671bed056a0da (patch) | |
| tree | b7e90bf3b0fced4bdcad70183083e9815d5a6b2f /setuptools/tests | |
| parent | 7224e713939da126042c0fa8a48d22f321bcffc9 (diff) | |
| parent | f2bf9162c26ee17cef89425135d2c684d6e8ce98 (diff) | |
| download | python-setuptools-git-e6168c607fb4247cbfe410f45a4671bed056a0da.tar.gz | |
Merge pull request #661 from stepshal/block_comment
Format block comment.
Diffstat (limited to 'setuptools/tests')
| -rw-r--r-- | setuptools/tests/test_develop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_develop.py b/setuptools/tests/test_develop.py index d22e5e4a..f1580785 100644 --- a/setuptools/tests/test_develop.py +++ b/setuptools/tests/test_develop.py @@ -114,4 +114,4 @@ class TestDevelop: cmd.ensure_finalized() cmd.install_dir = tmpdir cmd.run() - #assert '0.0' not in foocmd_text + # assert '0.0' not in foocmd_text |
