Skip to content
Open
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
1 change: 0 additions & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pytest-timeout
pytest-watch
jsonschema
executing
asttokens
responses
pysocks
socksio
Expand Down
8 changes: 6 additions & 2 deletions scripts/populate_tox/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,14 @@
"Werkzeug",
],
">=2.0": ["channels[daphne]"],
">=2.2,<3.1": ["six"],
">=3.0": ["pytest-asyncio"],
"<3.3": [
"djangorestframework>=3.0,<4.0",
"Werkzeug<2.1.0",
],
"<3.1": ["pytest-django<4.0"],
# Import six when pytest-django<4.0 as six was moved out of install_requires in
# https://github.com/pytest-dev/pytest-django/commit/f2ea236a70873fe763a5b6d50678743e2238b297
"<3.1": ["pytest-django[testing]<4.0", "six"],
"py3.14,py3.14t": ["coverage==7.11.0"],
},
},
Expand Down Expand Up @@ -331,6 +332,9 @@
},
"pure_eval": {
"package": "pure_eval",
"deps": {
"*": ["asttokens"],
},
"num_versions": 2,
},
"pydantic_ai": {
Expand Down
2 changes: 2 additions & 0 deletions scripts/populate_tox/package_dependencies.jsonl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions tox.ini

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading