diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-06 18:40:51 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-02-06 18:40:51 -0500 |
| commit | 43c6ee4b2b2ce4637bb1a36400fbaa548150ec8b (patch) | |
| tree | a7cb3f207103241d8b3241724c45bc19aaa5991e /setuptools/_distutils/tests/test_install.py | |
| parent | 8032430d75cdfad9f9826d302d90cd7b23dea3ca (diff) | |
| parent | 8c3c3d29bda85afb7f86c23a8ba66f7519f79e88 (diff) | |
| download | python-setuptools-git-43c6ee4b2b2ce4637bb1a36400fbaa548150ec8b.tar.gz | |
Merge https://github.com/pypa/distutils into distutils-8c3c3d29
Diffstat (limited to 'setuptools/_distutils/tests/test_install.py')
| -rw-r--r-- | setuptools/_distutils/tests/test_install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/_distutils/tests/test_install.py b/setuptools/_distutils/tests/test_install.py index 102218bc..3f525db4 100644 --- a/setuptools/_distutils/tests/test_install.py +++ b/setuptools/_distutils/tests/test_install.py @@ -100,7 +100,7 @@ class TestInstall( cmd = install(dist) # making sure the user option is there - options = [name for name, short, lable in cmd.user_options] + options = [name for name, short, label in cmd.user_options] assert 'user' in options # setting a value |
