is unnecessary and causes collisions against other CI runs
Change-Id: I47e9bc98cd6ef4ab90be25bae45897dabae16308
# BASECOMMAND - using an env variable here so we can use it
# as a substitution in a command (see https://bitbucket.org/hpk42/tox/issues/307/)
#
+# only use --dropfirst option if we're *not* using -n;
+# if -n is used, we're working in brand new DBs anyway, dropfirst
+# will collide on CI environments
setenv=
PYTHONPATH=
PYTHONNOUSERSITE=1
- BASECOMMAND=python -m pytest --dropfirst
+ BASECOMMAND=python -m pytest
WORKERS=-n4
oracle: WORKERS=-n2