From 53bc88abe21f4f6612c0a8fd1894cd254f4433f6 Mon Sep 17 00:00:00 2001 From: Seth Foster Date: Fri, 3 Nov 2023 09:36:21 -0400 Subject: 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 --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'pytest.ini') diff --git a/pytest.ini b/pytest.ini index 8a1e82820d..afa39c0e63 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 = -- cgit v1.2.3