freebsd-src/libexec/atf
Kristof Provost 9f23cbd6ca atf_pytest_wrapper: fix use with pytest-7.4
As of pytest 7.4 it no longer walks all the way to the root directory
of the file system to find conftest files. As a result we don't find /
usr/tests/conftest.py, and don't load atf_python. That in turn causes
atf_python tests to fail.

Explicitly set the confcutdir, as advised by the pytest changelog.

See also:	https://github.com/pytest-dev/pytest/pull/11043
MFC after:	3 weeks
Sponsored by:	Orange Business Services
Differential Revision:	https://reviews.freebsd.org/D41064
2023-07-21 11:23:21 +02:00
..
atf-check Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
atf-pytest-wrapper atf_pytest_wrapper: fix use with pytest-7.4 2023-07-21 11:23:21 +02:00
atf-sh Update/fix Makefile.depend for userland 2023-04-18 17:14:23 -07:00
tests
Makefile testing: move atf-pytest-wrapper to /usr/libexec 2022-06-26 13:25:47 +00:00
Makefile.inc