Merge pull request #243359 from dotlambda/jaraco-net-python311
python311Packages.jaraco-net: disable tests on Python 3.11
This commit is contained in:
commit
02eb99ae4b
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue