Skip to content

Commit a5211c5

Browse files
committed
wait, was yaml the actual problem?
1 parent fdc7eff commit a5211c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ deps =
1717
django60: Django>=6.0,<6.1
1818
commands = pytest -vv -m "not live" {posargs}
1919
setenv =
20-
YAML_PUREPYTHON=1
2120
PYTHONPATH={toxinidir}
2221
sqlite: DATABASE_URL=sqlite:///:memory:
2322
mysql: DATABASE_URL={env:DATABASE_URL:mysql://root:mysql@127.0.0.1:3306/mysql}
@@ -34,7 +33,6 @@ passenv =
3433
extras = dev, postgres
3534
commands = pytest -vv -m "live" {posargs}
3635
setenv =
37-
YAML_PUREPYTHON=1
3836
PYTHONPATH={toxinidir}
3937
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres
4038
PYTHONDEVMODE=1

0 commit comments

Comments
 (0)