We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d14e12 commit c81737bCopy full SHA for c81737b
tox.ini
@@ -17,7 +17,6 @@ deps =
17
django60: Django>=6.0,<6.1
18
commands = pytest -vv -m "not live" {posargs}
19
setenv =
20
- YAML_PUREPYTHON=1
21
PYTHONPATH={toxinidir}
22
sqlite: DATABASE_URL=sqlite:///:memory:
23
mysql: DATABASE_URL={env:DATABASE_URL:mysql://root:mysql@127.0.0.1:3306/mysql}
@@ -34,7 +33,6 @@ passenv =
34
33
extras = dev, postgres
35
commands = pytest -vv -m "live" {posargs}
36
37
38
39
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
40
PYTHONDEVMODE=1
0 commit comments