Skip to content

Commit ba381e3

Browse files
authored
Merge pull request #518 from TheHive-Project/adjust-noxfile-default-sessions
Use keywords instead of tags to select default nox sessions
2 parents 088dea6 + 24974f7 commit ba381e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
EXAMPLES_DIR = os.path.join(PROJECT_DIR, "examples/")
99

1010
nox.options.default_venv_backend = "none"
11-
nox.options.tags = ["audit", "lint"]
11+
nox.options.keywords = "ci and not test"
1212

1313

1414
@nox.session(tags=["ci", "lint"])

0 commit comments

Comments
 (0)