mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
Compare commits
2 Commits
fe9f305afe
...
autogen-re
| Author | SHA1 | Date | |
|---|---|---|---|
| d83594760c | |||
| 46a85f2904 |
@@ -26,18 +26,18 @@ requires = ["hatch-dotenv"]
|
||||
|
||||
[tool.hatch.env.collectors.dotenv.e]
|
||||
env-files = [".env"]
|
||||
fail-on-missing = true
|
||||
# fail-on-missing = true # breaks publish workflow
|
||||
|
||||
[tool.hatch.env.collectors.dotenv.hatch-test]
|
||||
env-files = [".env"]
|
||||
fail-on-missing = true
|
||||
# fail-on-missing = true # breaks publish workflow
|
||||
|
||||
[tool.hatch.envs.default]
|
||||
dependencies = ["pre-commit"]
|
||||
|
||||
[tool.hatch.envs.e]
|
||||
dependencies = ["keyboard"]
|
||||
env-include = ["OBSWS_*"]
|
||||
# env-include = ["OBSWS_*"] # causes issues on Windows.
|
||||
|
||||
[tool.hatch.envs.e.scripts]
|
||||
events = "python -m examples.events"
|
||||
@@ -47,7 +47,7 @@ scene-rotate = "python -m examples.scene_rotate"
|
||||
|
||||
[tool.hatch.envs.hatch-test]
|
||||
randomize = true
|
||||
env-include = ["OBSWS_*"]
|
||||
# env-include = ["OBSWS_*"] # causes issues on Windows.
|
||||
|
||||
[tool.hatch.envs.hatch-test.scripts]
|
||||
run = "pytest{env:HATCH_TEST_ARGS:} {args}"
|
||||
|
||||
Reference in New Issue
Block a user