We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f61a4 commit d5c0869Copy full SHA for d5c0869
.cookiecutter/includes/tox/deps
@@ -1 +1 @@
1
-dev,tests,functests,lint: pytest-factoryboy
+tests,functests: pytest<8.4
tox.ini
@@ -14,7 +14,7 @@ skip_install =
14
setenv =
15
PYTHONUNBUFFERED = 1
16
OBJC_DISABLE_INITIALIZE_FORK_SAFETY = YES
17
- dev: DEV = {env:DEV:true}
+ {dev,functests}: DEV = {env:DEV:true}
18
dev: SENTRY_ENVIRONMENT = {env:SENTRY_ENVIRONMENT:dev}
19
dev: NEW_RELIC_APP_NAME = {env:NEW_RELIC_APP_NAME:gh-pr-upsert}
20
dev: NEW_RELIC_ENVIRONMENT = {env:NEW_RELIC_ENVIRONMENT:dev}
@@ -36,15 +36,14 @@ deps =
36
lint,tests: pytest-mock
37
lint,tests,functests: pytest
38
lint,tests,functests: h-testkit
39
- tests,functests: pytest<8.4
40
tests: pytest-cov
41
coverage: coverage[toml]
42
lint,tests,functests: factory-boy
43
lint,tests,functests: pytest-factoryboy
44
lint,tests,functests: h-matchers
45
lint,template: cookiecutter
46
typecheck: mypy
47
- dev,tests,functests,lint: pytest-factoryboy
+ tests,functests: pytest<8.4
48
depends =
49
coverage: tests,py{311,310,39}-tests
50
commands =
0 commit comments