lsst-sqre / strimzi-registry-operator

A Kubernetes Operator for running the Confluent Schema Registry with a Strimzi-based Kafka cluster
MIT License
79 stars 16 forks source link

Missing dependency async_timeout #4

Closed spenczar closed 2 years ago

spenczar commented 2 years ago

When I try to make test, or when I run the container built with make image, the kopf handler immediately exits saying it can't find the async_timeout module, a dependency of aiojobs. I think aiojobs is a dependency of kopf?

Anyway, adding async_timeout==3.0.1 to install_requires in setup.py seems to fix this.