mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Don't complain about extras_require
under distutils
This commit is contained in:
parent
f83f4f2c42
commit
a707a4e45a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -78,7 +78,7 @@ if WITH_SETUPTOOLS is False:
|
|||
# pylint: enable=E0611
|
||||
warnings.filterwarnings(
|
||||
'ignore',
|
||||
'Unknown distribution option: \'(tests_require|install_requires|zip_safe)\'',
|
||||
'Unknown distribution option: \'(extras_require|tests_require|install_requires|zip_safe)\'',
|
||||
UserWarning,
|
||||
'distutils.dist'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue