Skip to content

Commit d5c0869

Browse files
github-actions[bot]seanh
authored andcommitted
Apply updates from cookiecutter
This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters
1 parent f3f61a4 commit d5c0869

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.cookiecutter/includes/tox/deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev,tests,functests,lint: pytest-factoryboy
1+
tests,functests: pytest<8.4

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ skip_install =
1414
setenv =
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:gh-pr-upsert}
2020
dev: NEW_RELIC_ENVIRONMENT = {env:NEW_RELIC_ENVIRONMENT:dev}
@@ -36,15 +36,14 @@ deps =
3636
lint,tests: pytest-mock
3737
lint,tests,functests: pytest
3838
lint,tests,functests: h-testkit
39-
tests,functests: pytest<8.4
4039
tests: pytest-cov
4140
coverage: coverage[toml]
4241
lint,tests,functests: factory-boy
4342
lint,tests,functests: pytest-factoryboy
4443
lint,tests,functests: h-matchers
4544
lint,template: cookiecutter
4645
typecheck: mypy
47-
dev,tests,functests,lint: pytest-factoryboy
46+
tests,functests: pytest<8.4
4847
depends =
4948
coverage: tests,py{311,310,39}-tests
5049
commands =

0 commit comments

Comments
 (0)