diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 11:21:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-20 11:21:44 -0400 |
| commit | 599c4f7f9789af39b541272c06b082141aae7fb3 (patch) | |
| tree | 4b0fafe6c62f108a04a512b871ad25bfca986e85 /setuptools/tests/test_dist_info.py | |
| parent | 7303c3281c2a8ac3b4d9878a92ab55bbfb92faf3 (diff) | |
| parent | 93612718350a0dd0bb09d21986ef9333a6f5cb1f (diff) | |
| download | python-setuptools-git-599c4f7f9789af39b541272c06b082141aae7fb3.tar.gz | |
Merge pull request #644 from stepshal/spacing-comment-hash
Fix spacing after comment hash.
Diffstat (limited to 'setuptools/tests/test_dist_info.py')
| -rw-r--r-- | setuptools/tests/test_dist_info.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/test_dist_info.py b/setuptools/tests/test_dist_info.py index 9f226a55..db3cb2e7 100644 --- a/setuptools/tests/test_dist_info.py +++ b/setuptools/tests/test_dist_info.py @@ -25,8 +25,8 @@ class TestDistInfo: unversioned = dists['UnversionedDistribution'] versioned = dists['VersionedDistribution'] - assert versioned.version == '2.718' # from filename - assert unversioned.version == '0.3' # from METADATA + assert versioned.version == '2.718' # from filename + assert unversioned.version == '0.3' # from METADATA def test_conditional_dependencies(self): specs = 'splort==4', 'quux>=1.1' |
