Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ typing = [
"botocore-stubs",
"werkzeug",
]
test = [
"dataclasses ; python_full_version < '3.7'",
"pytest>=6.0.0",
"pytest-cov",
]

#
Comment thread
alexander-alderman-webb marked this conversation as resolved.
# Tool: Coverage
Expand Down
3 changes: 0 additions & 3 deletions requirements-testing.txt

This file was deleted.

41 changes: 16 additions & 25 deletions scripts/populate_tox/package_dependencies.jsonl

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions scripts/populate_tox/releases.jsonl

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions scripts/populate_tox/tox.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,8 @@ envlist =
[testenv]
; SDK is installed via deps below to resolve all deps at once (tox-uv limitation)
package = skip
dependency_groups = test
deps =
# if you change requirements-testing.txt and your change is not being reflected
# in what's installed by tox (when running tox locally), try running tox
# with the -r flag
-r requirements-testing.txt

# === Common ===
py3.8-common: hypothesis
common: brotli
Expand Down
Loading
Loading