Skip to content

Commit

Permalink
Fix botocore riotfile venvs after rebasing 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Aug 30, 2023
1 parent f5711ad commit 76f6851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 87 deletions.
69 changes: 0 additions & 69 deletions .riot/requirements/4251737.txt

This file was deleted.

20 changes: 2 additions & 18 deletions riotfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,24 +1113,8 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
Venv(
name="botocore",
command="pytest {cmdargs} tests/contrib/botocore",
venvs=[
Venv(
pys=select_pys(min_version="3.7"),
pkgs={"moto[all]": latest, "botocore": latest},
),
Venv(
pys=["3.7"],
pkgs={
"cffi": "==1.14.0",
"cfn-lint": "==0.33.2",
"jinja2": "~=2.11.0",
"python-jose[cryptography]": "==3.1.0",
"moto[all]": "~=2.0",
"graphql-core": "~=3.1.0",
"markupsafe": "<2.0",
},
),
],
pys=select_pys(min_version="3.7"),
pkgs={"moto[all]": latest, "botocore": latest},
),
Venv(
name="mongoengine",
Expand Down

0 comments on commit 76f6851

Please sign in to comment.