mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Fix python_paths error in CI(#14622)
Remove outdated lines from pytest.ini Was causing KeyError 'python_paths' in CI Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
DJANGO_SETTINGS_MODULE = awx.main.tests.settings_for_test
|
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
|
python_files = *.py
|
||||||
addopts = --reuse-db --nomigrations --tb=native
|
addopts = --reuse-db --nomigrations --tb=native
|
||||||
markers =
|
markers =
|
||||||
|
|||||||
Reference in New Issue
Block a user