webob-1.8.9 fails one test with Python 3.14.0b1 (test_interrupted_request) · Issue #479 · Pylons/webob · GitHub
More Web Proxy on the site http://driver.im/
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
/usr/lib/python3.14/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated.
!!
********************************************************************************
Please consider removing the following classifiers in favor of a SPDX license expression:
License :: OSI Approved :: MIT License
See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details.
********************************************************************************
/usr/lib/python3.14/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
!!
********************************************************************************
With Python 2.7 end-of-life, support for building universal wheels
(i.e., wheels that support both Python 2 and Python 3)
is being obviated.
Please discontinue using this option, or if you still need it,
file an issue with pypa/setuptools describing your use case.
By 2025-Aug-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
********************************************************************************
tests/test_in_wsgiref.py::test_interrupted_request
/builddir/build/BUILD/python-webob-1.8.9-build/webob-1.8.9/tests/conftest.py:53: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
worker.setDaemon(True)
tests/test_cookies.py: 6 warnings
tests/test_response.py: 5 warnings
/builddir/build/BUILD/python-webob-1.8.9-build/BUILDROOT/usr/lib/python3.14/site-packages/webob/cookies.py:238: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
v = datetime.utcnow() + v
tests/test_request.py::TestRequest_functional::test_request_put
/builddir/build/BUILD/python-webob-1.8.9-build/BUILDROOT/usr/lib/python3.14/site-packages/webob/acceptparse.py:1262: DeprecationWarning: The behavior of .__contains__ for the Accept classes is currently being maintained for backward compatibility, but it will change in the future to better conform to the RFC.
warnings.warn(
webob-1.8.9 seems to fail one test for me with Python 3.14.0b1:
The text was updated successfully, but these errors were encountered: