Merge pull request #243359 from dotlambda/jaraco-net-python311

python311Packages.jaraco-net: disable tests on Python 3.11
This commit is contained in:
Martin Weinelt 2023-07-14 01:52:33 +02:00 committed by GitHub
commit 02eb99ae4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";