Commit 37a0e4b8 authored by Robert Schütz's avatar Robert Schütz
Browse files

python311Packages.jaraco-net: disable tests on Python 3.11

The test dependency CherryPy does not support Python 3.11 yet.
parent e2261431
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";