Don't use sitepackages for tox

This commit is contained in:
Yohann D'ANELLO 2020-11-19 05:05:29 +01:00
parent 6065f5a0be
commit 444472437e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist =
skipsdist = True skipsdist = True
[testenv] [testenv]
sitepackages = True sitepackages = False
deps = deps =
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
pytest pytest