summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-09-03 02:24:42 +0200
committerJohn Villalovos <john@sodarock.com>2021-09-02 18:25:47 -0700
commitb8a47bae3342400a411fb9bf4bef3c15ba91c98e (patch)
tree31c8602a8b71c79631e516332189d8fc4b668b46 /pyproject.toml
parent969dccc084e833331fcd26c2a12ddaf448575ab4 (diff)
downloadgitlab-b8a47bae3342400a411fb9bf4bef3c15ba91c98e.tar.gz
test(build): add smoke tests for sdist & wheel package
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 27b5faa..0d13f24 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,8 @@ module = [
"setup",
"tests.functional.*",
"tests.functional.api.*",
- "tests.unit.*"
+ "tests.unit.*",
+ "tests.smoke.*"
]
ignore_errors = true