summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 08:48:06 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commit9d9508a8ad916e8db43c8d20908287c0b2495915 (patch)
tree9dc8496a6f3f663c2effc27e06151fcdf1be6267 /tox.ini
parent212cc5508551ccfe27c1786ac1dadc45ddfef08f (diff)
downloadblinker-9d9508a8ad916e8db43c8d20908287c0b2495915.tar.gz
pin test dependencies
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7a86a9a..72fdd8e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,5 +5,5 @@ envlist =
skip_missing_interpreters = true
[testenv]
-deps = pytest
+deps = -r tests/requirements.txt
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests}