Skip to content

Commit

Permalink
Fix python_paths error in CI(ansible#14622)
Browse files Browse the repository at this point in the history
Remove outdated lines from pytest.ini

Was causing KeyError 'python_paths' in CI

Signed-off-by: Seth Foster <[email protected]>
  • Loading branch information
fosterseth authored and djyasin committed Sep 11, 2024
1 parent 4b1d265 commit b9a14a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[pytest]
DJANGO_SETTINGS_MODULE = awx.main.tests.settings_for_test
python_paths = /var/lib/awx/venv/tower/lib/python3.8/site-packages
site_dirs = /var/lib/awx/venv/tower/lib/python3.8/site-packages
python_files = *.py
addopts = --reuse-db --nomigrations --tb=native
markers =
Expand Down

0 comments on commit b9a14a3

Please sign in to comment.