diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97acea0a..ce70fa2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,7 @@ jobs: PYTHONIOENCODING: "utf-8" GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=accept-new -o CheckHostIP=no run: | - pipenv run pytest -ra -n auto --fulltrace tests + pipenv run pytest -ra -n auto --fulltrace tests -k test_lock_nested_vcs_direct_url -sv build: name: Build Package