network/.github/workflows
Rich Megginson 6c74dee859 ci: fix python unit test - copy pytest config to tests/unit
This is fixed by tox-lsr 3.2.2 - all actions that use tox-lsr are updated to
3.2.2, not just the python unit tests, even though the fix is only related to
pytest.  All roles are updated to use tox-lsr 3.2.2 for the sake of consistency
even if not affected by the pytest issue.

Something changed recently in the way github actions provisions systems which
means some of the directories are not readable by the python unit test actions.
In addition, the python unit tests were causing a lot of unnecessary directory
traversal doing collection/discovery of unit test files, because of using
`pytest -c /path/to/tox-lsr/pytest.ini` Unfortunately, with `pytest`, the
directory of the config file is the root directory for the tests and tests
discovery, and there is no way around this.

Therefore, the only solution is to copy the tox-lsr `pytest.ini` to the
`tests/unit` directory, which makes that the test root directory.

See also https://github.com/linux-system-roles/tox-lsr/pull/160

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2024-02-05 17:14:33 -07:00
..
ansible-lint.yml ci: fix python unit test - copy pytest config to tests/unit 2024-02-05 17:14:33 -07:00
ansible-managed-var-comment.yml ci: fix python unit test - copy pytest config to tests/unit 2024-02-05 17:14:33 -07:00
ansible-plugin-scan.yml ci: fix python unit test - copy pytest config to tests/unit 2024-02-05 17:14:33 -07:00
ansible-test.yml ci: fix python unit test - copy pytest config to tests/unit 2024-02-05 17:14:33 -07:00
build_docs.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00
changelog_to_tag.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00
codeql.yml ci: Bump github/codeql-action from 2 to 3 2024-01-03 13:24:24 -07:00
integration.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00
markdownlint.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00
pr-title-lint.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00
python-unit-test.yml ci: fix python unit test - copy pytest config to tests/unit 2024-02-05 17:14:33 -07:00
shellcheck.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00
test_converting_readme.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00
weekly_ci.yml ci: bump actions/github-script from 6 to 7 2023-12-01 14:56:36 -07:00
woke.yml build(deps): bump actions/checkout from 3 to 4 2023-10-02 14:56:28 -06:00