mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
⚗️ stop running tests requiring AYON server by default
this is to ensure test will still run on GH.
This commit is contained in:
parent
0cdbd07114
commit
7b0b5a46ec
3 changed files with 13 additions and 2 deletions
|
|
@ -242,7 +242,7 @@ function Run-From-Code {
|
|||
|
||||
function Run-Tests {
|
||||
$Poetry = "$RepoRoot\.poetry\bin\poetry.exe"
|
||||
$RunArgs = @( "run", "pytest", "$($RepoRoot)/tests")
|
||||
$RunArgs = @( "run", "pytest", "$($RepoRoot)/tests", "-m", "not server")
|
||||
|
||||
& $Poetry $RunArgs @arguments
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue