Your message dated Fri, 8 Mar 2024 11:57:44 +0000
with message-id <zer9okuogsbgi...@d-and-j.net>
and subject line Re: Bug#1056429: mystic's autopkg tests fail with Python 3.12
has caused the Debian Bug report #1056429,
regarding mystic's autopkg tests fail with Python 3.12
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1056429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056429
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mystic
Version: 0.4.1-1
Severity: important
Tags: sid trixie
User: debian-pyt...@lists.debian.org
Usertags: python3.12


[...]
364s Testing with python3.12:
375s ...Traceback (most recent call last):
375s File "/tmp/autopkgtest.glS7px/autopkgtest_tmp/tests/test_symbolic_abs.py", line 32, in <module>
375s     res = ms.simplify(eq_, all=True)
375s           ^^^^^^^^^^^^^^^^^^^^^^^^^^
375s File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 807, in simplify 375s cons = [simple(ci, **kwds) for ci in cons] if type(cons) is tuple else simple(cons, **kwds)
375s             ^^^^^^^^^^^^^^^^^^
375s File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 763, in _simplify
375s     res = _simplify1(eqn, variables=variables, target=vars, **kwds)
375s           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
375s File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 736, in _simplify1
375s     if equals(before,after,next(testvals),**kwds):
375s                            ^^^^^^^^^^^^^^
375s File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 720, in _testvals
375s     code = compile(code, '<string>', 'exec')
375s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
375s   File "<string>", line 1
375s     (x0 - x1) = 0+0.007929281281520508
375s      ^^^^^^^
375s SyntaxError: cannot assign to expression here. Maybe you meant '==' instead of '='?
377s F----------------------------------------------------------------------
377s Ran 32 tests in 1.362s
377s
377s OK
377s .Traceback (most recent call last):
377s File "/tmp/autopkgtest.glS7px/autopkgtest_tmp/tests/test_symbolic.py", line 153, in <module>
377s     test_solve_constraint()
377s File "/tmp/autopkgtest.glS7px/autopkgtest_tmp/tests/test_symbolic.py", line 74, in test_solve_constraint
377s     x = constraint([1.0, 2.0, 3.0])
377s         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
377s File "/usr/lib/python3/dist-packages/mystic/coupler.py", line 75, in func
377s     return f(inner(x, *args, **kwds), *argz, **kwdz)
377s              ^^^^^^^^^^^^^^^^^^^^^^^
377s   File "<string>", line 4, in solver_140181050460160
377s   File "<string>", line 1
377s     (x[1] - x[0]) - 1.0 = mean([x[0],x[1]])
377s     ^^^^^^^^^^^^^^^^^^^
377s SyntaxError: cannot assign to expression here. Maybe you meant '==' instead of '='?
377s F----------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: mystic
Version: 0.4.2-1

On Wed, Nov 22, 2023 at 01:08:26PM +0100, Matthias Klose wrote:
> Package: src:mystic
> Version: 0.4.1-1
> Severity: important
> Tags: sid trixie
> User: debian-pyt...@lists.debian.org
> Usertags: python3.12
> 
> 
> [...]
> 364s Testing with python3.12:
> 375s ...Traceback (most recent call last):
> 375s   File
> "/tmp/autopkgtest.glS7px/autopkgtest_tmp/tests/test_symbolic_abs.py", line
> 32, in <module>
> 375s     res = ms.simplify(eq_, all=True)
> 375s           ^^^^^^^^^^^^^^^^^^^^^^^^^^
> 375s   File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 807,
> in simplify
> 375s     cons = [simple(ci, **kwds) for ci in cons] if type(cons) is tuple
> else simple(cons, **kwds)
> 375s             ^^^^^^^^^^^^^^^^^^
> 375s   File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 763,
> in _simplify
> 375s     res = _simplify1(eqn, variables=variables, target=vars, **kwds)
> 375s           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 375s   File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 736,
> in _simplify1
> 375s     if equals(before,after,next(testvals),**kwds):
> 375s                            ^^^^^^^^^^^^^^
> 375s   File "/usr/lib/python3/dist-packages/mystic/symbolic.py", line 720,
> in _testvals
> 375s     code = compile(code, '<string>', 'exec')
> 375s            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 375s   File "<string>", line 1
> 375s     (x0 - x1) = 0+0.007929281281520508
> 375s      ^^^^^^^
> 375s SyntaxError: cannot assign to expression here. Maybe you meant '=='
> instead of '='?
> 377s F----------------------------------------------------------------------
> 377s Ran 32 tests in 1.362s
> 377s
> 377s OK
> 377s .Traceback (most recent call last):
> 377s   File
> "/tmp/autopkgtest.glS7px/autopkgtest_tmp/tests/test_symbolic.py", line 153,
> in <module>
> 377s     test_solve_constraint()
> 377s   File
> "/tmp/autopkgtest.glS7px/autopkgtest_tmp/tests/test_symbolic.py", line 74,
> in test_solve_constraint
> 377s     x = constraint([1.0, 2.0, 3.0])
> 377s         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 377s   File "/usr/lib/python3/dist-packages/mystic/coupler.py", line 75, in
> func
> 377s     return f(inner(x, *args, **kwds), *argz, **kwdz)
> 377s              ^^^^^^^^^^^^^^^^^^^^^^^
> 377s   File "<string>", line 4, in solver_140181050460160
> 377s   File "<string>", line 1
> 377s     (x[1] - x[0]) - 1.0 = mean([x[0],x[1]])
> 377s     ^^^^^^^^^^^^^^^^^^^
> 377s SyntaxError: cannot assign to expression here. Maybe you meant '=='
> instead of '='?
> 377s F----------------------------------------------------------------------

This test passes with version 0.4.2-1, now in unstable, so closing
this bug report.

   Julian

--- End Message ---

Reply via email to