From 39acdffb692162e06ef039ebcf6b07face982209 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sun, 27 Mar 2022 19:19:30 -0400 Subject: [PATCH] restrict to the one failing test for now. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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