requirements.txt 514 B

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