python311Packages.jaraco-net: disable tests on Python 3.11

The test dependency CherryPy does not support Python 3.11 yet.
This commit is contained in:
Robert Schütz 2023-07-13 16:38:29 -07:00
parent e2261431b7
commit 37a0e4b844

View File

@ -92,6 +92,9 @@ buildPythonPackage rec {
"tests/test_cookies.py"
];
# cherrypy does not support Python 3.11
doCheck = pythonOlder "3.11";
meta = {
changelog = "https://github.com/jaraco/jaraco.net/blob/${src.rev}/CHANGES.rst";
description = "Networking tools by jaraco";