Skip to content

Commit

Permalink
restrict to the one failing test for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Mar 27, 2022
1 parent 2669b4c commit 39acdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39acdff

Please sign in to comment.