Skip to content

Commit 472d7a0

Browse files
committed
cleanup: remove comments which are not needed
1 parent b918774 commit 472d7a0

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ inputs:
1111
description: "Poetry version to use"
1212
required: true
1313

14-
# outputs:
15-
# random-number:
16-
# description: "Random number"
17-
# value: ${{ steps.random-number-generator.outputs.random-number }}
1814
runs:
1915
using: "composite"
2016
steps:

tests/test_release.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@ def test_sdist_contents(build: Build, version: str):
215215
"test_wait.py",
216216
"test_with_statement.py",
217217
},
218-
# "tests/examples": {
219-
# "test_example_blocking_httpserver.py"
220-
# }
221218
}
222219

223220
for subdir, subdir_content in subdir_contents.items():

0 commit comments

Comments
 (0)