mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-05 16:39:10 +00:00
remove env-include
This commit is contained in:
parent
fe9f305afe
commit
46a85f2904
@ -37,7 +37,7 @@ dependencies = ["pre-commit"]
|
|||||||
|
|
||||||
[tool.hatch.envs.e]
|
[tool.hatch.envs.e]
|
||||||
dependencies = ["keyboard"]
|
dependencies = ["keyboard"]
|
||||||
env-include = ["OBSWS_*"]
|
# env-include = ["OBSWS_*"] # causes issues on Windows.
|
||||||
|
|
||||||
[tool.hatch.envs.e.scripts]
|
[tool.hatch.envs.e.scripts]
|
||||||
events = "python -m examples.events"
|
events = "python -m examples.events"
|
||||||
@ -47,7 +47,7 @@ scene-rotate = "python -m examples.scene_rotate"
|
|||||||
|
|
||||||
[tool.hatch.envs.hatch-test]
|
[tool.hatch.envs.hatch-test]
|
||||||
randomize = true
|
randomize = true
|
||||||
env-include = ["OBSWS_*"]
|
# env-include = ["OBSWS_*"] # causes issues on Windows.
|
||||||
|
|
||||||
[tool.hatch.envs.hatch-test.scripts]
|
[tool.hatch.envs.hatch-test.scripts]
|
||||||
run = "pytest{env:HATCH_TEST_ARGS:} {args}"
|
run = "pytest{env:HATCH_TEST_ARGS:} {args}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user