diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-03 15:11:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-03 15:11:32 -0400 |
| commit | 5f151cbbcd6c65f7f48082bfaf36db3a55df936e (patch) | |
| tree | eb721c8957ee48c5149af6742a27a449fb618027 /setuptools/tests/test_build_ext.py | |
| parent | a9eb9e73def8ca6c469e59f1b008746e368ad4c1 (diff) | |
| parent | a877dab0bddaeb5503d871794ca06f1c81d805b8 (diff) | |
| download | python-setuptools-git-5f151cbbcd6c65f7f48082bfaf36db3a55df936e.tar.gz | |
Merge branch 'master' into 2020-06-11-raise-from
Diffstat (limited to 'setuptools/tests/test_build_ext.py')
| -rw-r--r-- | setuptools/tests/test_build_ext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_build_ext.py b/setuptools/tests/test_build_ext.py index 3dc87ca3..2ef8521d 100644 --- a/setuptools/tests/test_build_ext.py +++ b/setuptools/tests/test_build_ext.py @@ -42,7 +42,7 @@ class TestBuildExt: res = cmd.get_ext_filename('spam.eggs') if six.PY2 or not get_abi3_suffix(): - assert res.endswith(get_config_var('SO')) + assert res.endswith(get_config_var('EXT_SUFFIX')) elif sys.platform == 'win32': assert res.endswith('eggs.pyd') else: |
