Robot-Framework-JMeter-Library icon indicating copy to clipboard operation
Robot-Framework-JMeter-Library copied to clipboard

no pyproject.toml, pip install at risk of being blocked

Open emilezwiggelaar opened this issue 6 months ago • 1 comments

When installing this library using Python v3.13.3, pip v25.1.1 and setuptools v80.9.0 I get this warning:

Building wheels for collected packages: robotframework-jmeterlibrary DEPRECATION: Building 'robotframework-jmeterlibrary' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of 'robotframework-jmeterlibrary'. Discussion can be found at https://github.com/pypa/pip/issues/6334

Command used: pip install -U --force-reinstall --no-cache robotframework-jmeterlibrary

emilezwiggelaar avatar Jun 24 '25 10:06 emilezwiggelaar

This is set to become a problem real soon, can anything be done?

Houbein avatar Aug 07 '25 18:08 Houbein