-
It has been printing warnings about the deprecation for close to 5 years. I don't think a few more years of support would make much of a difference.
> WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
https://github.com/pypa/setuptools/commit/cd84510713ada48bf3...
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
python-sdk-core
The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
As I understand it, the warning was only generated on "python setup.py test", and not on "from setuptools.command import test", which was the deleted module.
If you never used 'setup.py test' then the warning was never generated.
Pulling up the first repo example I saw in the issue, https://github.com/IBM/python-sdk-core/commits/main/setup.py back in 2019 was created using
from setuptools.command.test import test as TestCommand
-
from time to time config is just not willing to sit there in a list. it needs to be computed.
just an example from a few days ago. someone needs to pull data from some remote service (maybe Vault), or generation of keys/entropy/etc. [0][1]
of course this just means folks should wrap the whole thing in a program. but that's getting inefficient fast if every layer only accepts "env vars" or a plain JSON file.
[0] https://github.com/nextauthjs/next-auth/pull/9638#issuecomme...
[1] https://github.com/nextauthjs/next-auth/pull/9638#issuecomme...
Related posts
-
Attacks via a New OAuth flow, Authorization Code Injection, and Whether HttpOnly, PKCE, and BFF Can Help
-
Next.js and Next-Auth V5: Guide to Social Logins(OAuth)
-
Implementing Authentication with Clerk in Next.js
-
GET, POST, PUT & DELETE with Next.js App Router
-
Enterprise-Level Authentication in a Containerized Environment for NextJS 13