-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
Description
Our setup.py files are importing setuptools.command.test, but it's been deprecated for years and may have even been temporarily deleted in the past. We need to replace it with something else.
Making nifake installers
Creating sdist and wheel: generated/nifake/dist
<string>:5: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!
********************************************************************************
Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
<string>:5: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated.
!!
********************************************************************************
Please remove any references to `setuptools.command.test` in all supported versions of the affected package.
This deprecation is overdue, please update your project and remove deprecated
calls to avoid build errors in the future.
********************************************************************************
!!
/tmp/build-env-kzq7vfdx/lib/python3.12/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
/tmp/build-env-kzq7vfdx/lib/python3.12/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'test_suite'