Date: Fri, 21 Jun 2024 23:27:05 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 279502] devel/py-Automat is incompatible with python3.11 Message-ID: <bug-279502-21822-XJfnNEFQrT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-279502-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-279502-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279502 John W. O'Brien <john@saltant.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |python@FreeBSD.org --- Comment #4 from John W. O'Brien <john@saltant.com> --- With 22.2.0 and VER in {3.8,3.9,3.10}, pytest-$VER --pyargs automat reports "24 passed, 37 skipped". With VER=3D3.11, it reports: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D short test summary info =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FAILED _test/test_methodical.py::MethodicalTests::test_badTransitionForCurrentStat= e - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_collectOutputs - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_inputFunctionsMustBeEmpty - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_inputWithArguments - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_methodName - AssertionError: 'declaredInputName' not found in 'code() argument 13 must... FAILED _test/test_methodical.py::MethodicalTests::test_multipleMachines - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_oneTransition - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_outputWithSubsetOfArguments= - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_outputsArePrivate - TypeError: code() argument 13 must be str, not int FAILED _test/test_methodical.py::MethodicalTests::test_restoreState - TypeError: code() argument 13 must be str, not int FAILED _test/test_trace.py::TraceTests::test_inputs_and_outputs - TypeError: code() argument 13 must be str, not int FAILED _test/test_trace.py::TraceTests::test_only_inputs - TypeError: code() argument 13 must be str, not int =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 12 failed, 12 passed, 3= 7 skipped in 0.39s =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D With 22.10.0, it reports "26 passed, 37 skipped" against all four versions = of Python. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-279502-21822-XJfnNEFQrT>