Skip to content

Commit e82df75

Browse files
fix: modifed an integration test to reflect new build commands.
Signed-off-by: Abhinav Pradeep <abhinav.pradeep@oracle.com>
1 parent 42de356 commit e82df75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration/cases/pypi_cachetools/expected_default.buildspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
[
2020
"python",
2121
"-m",
22-
"build"
22+
"build",
23+
"--wheel",
24+
"-n"
2325
]
2426
],
2527
"build_requires": {

0 commit comments

Comments
 (0)