Unverified Commit 02eb99ae authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

python311Packages.jaraco-net: disable tests on Python 3.11
parents fc7d1abf 37a0e4b8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";