mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-11 09:05:00 +08:00
Merge #1372 Allow to run specific test in py3 test container
This commit is contained in:
@@ -24,7 +24,7 @@ done
|
||||
|
||||
# Since tox seems to ignore `usedevelop` when we have `sitepackages` on, we have to run it manually
|
||||
python3 setup.py develop --no-deps
|
||||
/usr/bin/tox -e flake8,py3
|
||||
/usr/bin/tox -e flake8,py3 "$@"
|
||||
rv=$?
|
||||
|
||||
# After running tox, we can revert back to the original files
|
||||
|
||||
Reference in New Issue
Block a user