Răsfoiți Sursa

Pin moto to upstream master instead of the removed CloudVE fork branch

The CloudVE/moto fix-describe-instances-az-filter branch no longer exists,
so the previous pin failed to install in CI. The fix (getmoto/moto#10066)
is now merged into upstream moto master, so install from there until 5.2.3
is released.
Nuwan Goonasekera 1 zi în urmă
părinte
comite
e6fbb61e00
1 a modificat fișierele cu 7 adăugiri și 6 ștergeri
  1. 7 6
      requirements.txt

+ 7 - 6
requirements.txt

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