fix spurious test-case failure when Python is not installed

Fixes #530.

* tests/core/ltlsynt2.test: Skip when PYTHON is empty.
* NEWS: Mention the fix.
This commit is contained in:
Alexandre Duret-Lutz 2023-03-29 16:20:51 +02:00
parent 7a97a6080c
commit 039cd756d5
2 changed files with 6 additions and 3 deletions

5
NEWS
View file

@ -17,9 +17,10 @@ New in spot 2.11.4.dev (not yet released)
- spot::bdd_to_cnf_formula() is a new variant of spot::bdd_to_formula()
that converts a BDD into a CNF instead of a DNF.
Python:
Bug fixes:
- spot.acd() no longer depends on jQuery for interactivity.
- Fix spurious failure of ltlsynt2.test when Python is not installed
(issue #530).
New in spot 2.11.4 (2023-02-10)