Page MenuHomeFreeBSD

atf_pytest_wrapper: fix use with pytest-7.4
ClosedPublic

Authored by kp on Jul 18 2023, 2:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 1:16 PM
Unknown Object (File)
Apr 27 2024, 7:00 AM
Unknown Object (File)
Apr 27 2024, 6:59 AM
Unknown Object (File)
Apr 27 2024, 6:59 AM
Unknown Object (File)
Apr 22 2024, 4:36 PM
Unknown Object (File)
Apr 14 2024, 5:31 PM
Unknown Object (File)
Feb 24 2024, 1:24 PM
Unknown Object (File)
Feb 15 2024, 7:15 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable