Skip to content

Commit 0505630

Browse files
committed
Use older parameter to support 3.6.
1 parent d19386f commit 0505630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ allowlist_externals =
2626
sh
2727
skip_install = true
2828
commands =
29-
poetry export --with dev --without-hashes -o {toxworkdir}/requirements.txt
29+
poetry export --dev --without-hashes -o {toxworkdir}/requirements.txt
3030
sh -c 'grep -v "^[dD]jango==" {toxworkdir}/requirements.txt | poetry run pip install --no-deps -r /dev/stdin'
3131
pytest --isort --flake8 --black --cov

0 commit comments

Comments
 (0)