diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-12-07 14:59:34 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-12-07 14:59:34 +0200 |
| commit | 1ca6f3bf272d8ba2c0d4161cc56a74c63c8afb82 (patch) | |
| tree | d24d2caa55859b867a65bd4b2a07d695a9ae2d62 /setuptools/tests | |
| parent | c4df6d7197a0e56ead10a1b1c0dbc81ea4a36615 (diff) | |
| download | external_python_setuptools-1ca6f3bf272d8ba2c0d4161cc56a74c63c8afb82.tar.gz external_python_setuptools-1ca6f3bf272d8ba2c0d4161cc56a74c63c8afb82.tar.bz2 external_python_setuptools-1ca6f3bf272d8ba2c0d4161cc56a74c63c8afb82.zip | |
Spelling fixes
Diffstat (limited to 'setuptools/tests')
| -rw-r--r-- | setuptools/tests/environment.py | 2 | ||||
| -rw-r--r-- | setuptools/tests/test_egg_info.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/setuptools/tests/environment.py b/setuptools/tests/environment.py index b0e3bd36..c67898ca 100644 --- a/setuptools/tests/environment.py +++ b/setuptools/tests/environment.py @@ -56,5 +56,5 @@ def run_setup_py(cmd, pypath=None, path=None, data = data.decode() data = unicodedata.normalize('NFC', data) - # communciate calls wait() + # communicate calls wait() return proc.returncode, data diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py index dc41bc1f..75ae18df 100644 --- a/setuptools/tests/test_egg_info.py +++ b/setuptools/tests/test_egg_info.py @@ -237,7 +237,7 @@ class TestEggInfo(object): pkginfo = os.path.join(egg_info_dir, 'PKG-INFO') assert 'Requires-Python: >=1.2.3' in open(pkginfo).read().split('\n') - def test_manifest_maker_warning_suppresion(self): + def test_manifest_maker_warning_suppression(self): fixtures = [ "standard file not found: should have one of foo.py, bar.py", "standard file 'setup.py' not found" |
