You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: