We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19386f commit 0505630Copy full SHA for 0505630
tox.ini
@@ -26,6 +26,6 @@ allowlist_externals =
26
sh
27
skip_install = true
28
commands =
29
- poetry export --with dev --without-hashes -o {toxworkdir}/requirements.txt
+ poetry export --dev --without-hashes -o {toxworkdir}/requirements.txt
30
sh -c 'grep -v "^[dD]jango==" {toxworkdir}/requirements.txt | poetry run pip install --no-deps -r /dev/stdin'
31
pytest --isort --flake8 --black --cov
0 commit comments