mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
Use --nomigrations for py.test
This is for two reasons, 1) it's a lot faster when starting from a new database, and 2) since we do database work within our migrations, it doesn't actually work within py.test, which is either a bug in pytest-djano, or a horrible behavior of pytest-django.
This commit is contained in:
@@ -3,7 +3,7 @@ DJANGO_SETTINGS_MODULE = awx.settings.development
|
|||||||
python_paths = awx/lib/site-packages
|
python_paths = awx/lib/site-packages
|
||||||
site_dirs = awx/lib/site-packages
|
site_dirs = awx/lib/site-packages
|
||||||
python_files = *.py
|
python_files = *.py
|
||||||
addopts = --reuse-db
|
addopts = --reuse-db --nomigrations
|
||||||
markers =
|
markers =
|
||||||
ac: access control test
|
ac: access control test
|
||||||
license_feature: ensure license features are accessible or not depending on license
|
license_feature: ensure license features are accessible or not depending on license
|
||||||
|
|||||||
Reference in New Issue
Block a user