summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-26 09:42:21 +0200
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-04-26 12:37:54 +0200
commitdb6d29da5b91d05acd032adae800538b35dff0ad (patch)
tree8cde3e1b043faf71f4769d4c3bbfa87fced2f070 /tox.ini
parent42f261dbed9b3bc56118ae2496fcf48ef287d54f (diff)
downloadastroid-git-db6d29da5b91d05acd032adae800538b35dff0ad.tar.gz
Simplify structure of requirement files
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 482eae7c..e1794d58 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,14 +5,13 @@ isolated_build = true
[testenv]
deps =
- -r requirements_test.txt
- -r requirements_test_brain.txt
+ -r requirements_full.txt
commands =
pytest --cov {posargs}
[testenv:formatting]
deps =
- -r requirements_test_pre_commit.txt
+ -r requirements_dev.txt
commands =
pre-commit run --all-files