File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ passenv =
32
32
PGPORT
33
33
34
34
whitelist_externals =
35
+ mkdir
35
36
/usr/local/bin/psql
36
37
/bin/sh
37
38
/usr/local/bin/mysql
@@ -48,6 +49,7 @@ setenv =
48
49
49
50
deps =
50
51
.[dev]
52
+ pdm
51
53
pypy-pg: psycopg2cffi
52
54
mysql: mysqlclient
53
55
d32: django ==3.2.*
56
58
57
59
58
60
commands =
61
+ pdm install --dev
59
62
{posargs:pytest tests -x -rw --create-db}
60
63
61
64
[testenv:mysql]
@@ -78,14 +81,11 @@ commands =
78
81
79
82
[testenv:docs]
80
83
basepython = python310
81
- allowlist_externals =
82
- mkdir
83
- pipenv
84
84
deps =
85
85
-rdocs/requirements.pip
86
86
commands =
87
- mkdir -p {toxinidir}/ ~build/docs
88
- pipenv run sphinx-build -aE docs/ {toxinidir}/ ~build/docs
87
+ mkdir -p ~build/docs
88
+ pdm run sphinx-build -aE docs/ ~build/docs
89
89
90
90
[testenv:lint]
91
91
envdir ={toxworkdir}/d32-py39/
You can’t perform that action at this time.
0 commit comments