Skip to content

Commit 54c4809

Browse files
ci: Remove executing from requirements-testing.txt
1 parent 7f20c23 commit 54c4809

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

requirements-testing.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ pytest-localserver
77
pytest-timeout
88
pytest-watch
99
jsonschema
10-
executing
1110
asttokens
1211
responses
1312
pysocks

scripts/populate_tox/config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"djangorestframework",
109109
"pytest-django",
110110
"Werkzeug",
111+
"executing",
111112
],
112113
">=2.0": ["channels[daphne]"],
113114
">=2.2,<3.1": ["six"],
@@ -331,6 +332,9 @@
331332
},
332333
"pure_eval": {
333334
"package": "pure_eval",
335+
"deps": {
336+
"*": ["executing"],
337+
},
334338
"num_versions": 2,
335339
},
336340
"pydantic_ai": {

scripts/populate_tox/tox.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ deps =
7979

8080
# === Common ===
8181
py3.8-common: hypothesis
82+
common: executing
8283
common: pytest-asyncio
8384
common: httpcore[asyncio]
8485
# See https://github.com/pytest-dev/pytest/issues/9621

0 commit comments

Comments
 (0)