Fix arq quoting to work in runInTerminal (#1981)
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled

* Fix arq quoting to work in runInTerminal

* Default was backwards

* Fix ruff errors

* Fix failing tests

* Only strip quotes on the exe

* Try fixing gw worker failures

* Skip certain test because of cmd limitations

* Need to skip all 'code' based tests on windows
This commit is contained in:
Rich Chiodo 2025-12-10 10:39:27 -08:00 committed by GitHub
parent 1e3fd91306
commit e5017d7360
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 144 additions and 18 deletions

View file

@ -1,5 +1,5 @@
[pytest]
testpaths=tests
timeout=60
timeout=120
timeout_method=thread
addopts=-n8