From 2d7d54e7888d383cb4e57b66914dec0625ca21c5 Mon Sep 17 00:00:00 2001 From: Mike <22396211+Dresdn@users.noreply.github.com> Date: Sun, 4 Jul 2021 09:51:19 -0700 Subject: [PATCH] test: disable pytest-randomly (for now) --- setup.cfg | 1 + tox.ini | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index c1d3701..ab3e3f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -81,6 +81,7 @@ norecursedirs = # so you can see whether it gives you any performance gain, or just gives # you an overhead. See `docs/template/development-process.rst`. addopts = + -p no:randomly --strict-markers --strict-config --doctest-modules diff --git a/tox.ini b/tox.ini index 1d5da5b..25afa00 100644 --- a/tox.ini +++ b/tox.ini @@ -6,9 +6,7 @@ envlist = py{38,39}-djangomain [testenv] -allowlist_externals = - pytest - coverage +allowlist_externals = pytest deps = django22: django ~= 2.2.0 django30: django ~= 3.0.0 @@ -17,4 +15,3 @@ deps = djangomain: https://github.com/django/django/archive/main.tar.gz commands = pytest --cov {envsitepackagesdir}/eav - coverage combine