mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
With Python 3.14, the required pytest version stopped working due to breaking changes in AST. This patch changes the test tool versions to the most recent one, by requiring only the minimal version, but not setting a specific one. Recent pytest version also requires that the search path for Python modules is defined. Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
8 lines
156 B
INI
8 lines
156 B
INI
[pytest]
|
|
python_files = test_*.py
|
|
junit_family = xunit1
|
|
markers=
|
|
source_order: mark test as order bound
|
|
playbook: playbook tests
|
|
pythonpath = tests
|