2
0

requirements.txt 485 B

12345678
  1. -e ".[dev]"
  2. # Temporary: pin moto to the fix for the describe_instances availability-zone
  3. # filter bug (https://github.com/getmoto/moto/pull/10066). Released moto
  4. # (<= 5.2.2) returns an empty list when CloudBridge filters instances by AZ,
  5. # which breaks test_crud_instance against the mock provider. Drop this line and
  6. # bump the moto floor in pyproject.toml's [dev] extra once the fix is released.
  7. moto[ec2,s3] @ git+https://github.com/CloudVE/moto@fix-describe-instances-az-filter