forked from github/pelican
Enable tests to validate dist build contents (#3229)
This commit is contained in:
parent
6f467fefdc
commit
4e438ffe60
4 changed files with 85 additions and 30 deletions
|
|
@ -1,6 +1,6 @@
|
|||
def pytest_addoption(parser):
|
||||
parser.addoption(
|
||||
"--check-wheel",
|
||||
"--check-build",
|
||||
action="store",
|
||||
default=False,
|
||||
help="Check wheel contents.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue