mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Don't use --user when running docker on windows
This commit is contained in:
parent
bb6f1efe63
commit
23d5b78fdb
2 changed files with 5 additions and 5 deletions
|
|
@ -20,4 +20,4 @@ def test_docker_fallback_user():
|
|||
getuid=invalid_attribute,
|
||||
getgid=invalid_attribute,
|
||||
):
|
||||
assert docker.get_docker_user() == '1000:1000'
|
||||
assert docker.get_docker_user() == ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue