File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
.cookiecutter/includes/tox Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ tests,functests: pytest<8.4
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ skip_install =
1414setenv =
1515 PYTHONUNBUFFERED = 1
1616 OBJC_DISABLE_INITIALIZE_FORK_SAFETY = YES
17- dev: DEV = {env:DEV:true}
17+ { dev,functests} : DEV = {env:DEV:true}
1818 dev: SENTRY_ENVIRONMENT = {env:SENTRY_ENVIRONMENT:dev}
1919 dev: NEW_RELIC_APP_NAME = {env:NEW_RELIC_APP_NAME:dependabot-alerts}
2020 dev: NEW_RELIC_ENVIRONMENT = {env:NEW_RELIC_ENVIRONMENT:dev}
3434 lint: pylint>=3.0.0
3535 lint: pydocstyle
3636 lint: pycodestyle
37- tests,functests: pytest<8.4
3837 lint,tests: pytest-mock
3938 lint,tests,functests: pytest
4039 lint,tests,functests: h-testkit
4544 lint,tests,functests: h-matchers
4645 lint,template: cookiecutter
4746 typecheck: mypy
47+ tests,functests: pytest<8.4
4848depends =
4949 coverage: tests,py{311,310,39}-tests
5050commands =
You can’t perform that action at this time.
0 commit comments