mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 05:34:22 +02:00
Refactor generating %check section
This commit is contained in:
@@ -16,7 +16,7 @@ comes with good defaults out of the box.
|
||||
'''
|
||||
|
||||
extra_build_requires = ["test"]
|
||||
test = "tox"
|
||||
test_method = "tox"
|
||||
|
||||
license_files = ["LICENSE.rst"]
|
||||
doc_files = ["README.rst", "CHANGES.rst"]
|
||||
|
||||
@@ -16,7 +16,7 @@ accompanying JavaScript packages.
|
||||
extra_build_requires = ["runtime", "extra"]
|
||||
extra_test_env = ["test"]
|
||||
|
||||
test = "pytest"
|
||||
test_method = "pytest"
|
||||
unwanted_tests = [
|
||||
"test_build_package",
|
||||
"test_create_cmdclass",
|
||||
|
||||
@@ -23,7 +23,7 @@ manual_build_requires = [
|
||||
"python3-psutil"
|
||||
]
|
||||
|
||||
test = "pytest"
|
||||
test_method = "pytest"
|
||||
unwanted_tests = [
|
||||
"test_pretty",
|
||||
"test_table_tokens",
|
||||
|
||||
@@ -19,7 +19,7 @@ manual_build_requires = [
|
||||
]
|
||||
|
||||
extra_build_requires = ["runtime"]
|
||||
test = "pytest"
|
||||
test_method = "pytest"
|
||||
|
||||
license_files = ["LICENSE"]
|
||||
doc_files = ["README.md", "CHANGELOG.md"]
|
||||
|
||||
Reference in New Issue
Block a user