Skip to content

Commit fc102e5

Browse files
committed
wip
1 parent 63458a6 commit fc102e5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

conan/internal/api/upload.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import os
2-
31
from conan.internal.rest.client_routes import ClientV2Router
42
from conan.internal.util.files import sha1sum
53

test/integration/command/upload/upload_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,3 @@ def test_upload_dry_run_json_output():
605605
"checksum": sha1sum(prev["files"]["conanmanifest.txt"])
606606
}
607607
}
608-
c.run("upload * -r=default -c --dry-run --format=json")
609-
assert "urls" in revs.keys()
610-
assert "urls" in prev.keys()

0 commit comments

Comments
 (0)