Commit 216cbfa
committed
fix(ci): exclude integration tests from pytest in build workflow
The CI workflow was running all tests including integration tests by using
-m "" (empty marker filter). Integration tests require external resources
(Maven artifacts, Git repos) and should be skipped by default in CI.
Use the standard marker filter -m "not slow and not integration" to match
pyproject.toml configuration and only run unit tests in the build pipeline.
Signed-off-by: Jimisola Laursen <jimisola@jimisola.com>1 parent b24953a commit 216cbfa
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
| |||
0 commit comments