mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove checks for env var (#5696)
Env var will be filled in `env_var` fixture, here it is too early to check
This commit is contained in:
parent
3daa0749d1
commit
e255c20c44
1 changed files with 0 additions and 6 deletions
|
|
@ -271,12 +271,6 @@ class PypeCommands:
|
|||
|
||||
if mongo_url:
|
||||
args.extend(["--mongo_url", mongo_url])
|
||||
else:
|
||||
msg = (
|
||||
"Either provide uri to MongoDB through environment variable"
|
||||
" OPENPYPE_MONGO or the command flag --mongo_url"
|
||||
)
|
||||
assert not os.environ.get("OPENPYPE_MONGO"), msg
|
||||
|
||||
print("run_tests args: {}".format(args))
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue