Merge pull request #243359 from dotlambda/jaraco-net-python311
python311Packages.jaraco-net: disable tests on Python 3.11
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user