restrict to the one failing test for now.

This commit is contained in:
Matt Davis
2022-03-27 19:19:30 -04:00
parent 2669b4ce06
commit 39acdffb69
+1 -1
View File
@@ -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