don't migrate when testing

This commit is contained in:
Andreas Zweili 2020-08-03 14:20:27 +02:00
parent 39767b719e
commit 0c34519bb1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"python.testing.pytestArgs": [
".",
"-n 6",
"--nomigrations",
"--ds=network_inventory.settings.local"
]
}