mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
test: disable pytest-randomly (for now)
This commit is contained in:
parent
53387f81da
commit
2d7d54e788
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
5
tox.ini
5
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue