Refactor generating %check section

This commit is contained in:
Karolina Surma
2021-09-01 17:32:39 +02:00
parent ad56d7193b
commit 0c8b2dbc1d
6 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"]