mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03: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:
parent
3b4d95633e
commit
53bc88abe2
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user