Skip to content

Commit 60ff2a0

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 37ac0a5 commit 60ff2a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cookiecutter/includes/tox/deps

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tests,functests: pytest<8.4

tox.ini

Lines changed: 2 additions & 2 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:dependabot-alerts}
2020
dev: NEW_RELIC_ENVIRONMENT = {env:NEW_RELIC_ENVIRONMENT:dev}
@@ -34,7 +34,6 @@ deps =
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
@@ -45,6 +44,7 @@ deps =
4544
lint,tests,functests: h-matchers
4645
lint,template: cookiecutter
4746
typecheck: mypy
47+
tests,functests: pytest<8.4
4848
depends =
4949
coverage: tests,py{311,310,39}-tests
5050
commands =

0 commit comments

Comments
 (0)