#1372 Allow to run specific test in py3 test container
Merged 4 years ago by mprahl. Opened 4 years ago by cqi.

file modified
+1 -1
@@ -24,7 +24,7 @@ 

  

  # 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

Signed-off-by: Chenxiong Qi cqi@redhat.com

Commit 49465fc fixes this pull-request

Pull-Request has been merged by mprahl

4 years ago

Pull-Request has been merged by mprahl

4 years ago