Explorar el Código

Don't allow more recent versions of pytest-homeassistant-custom-component

Newer versions hang during unit tests due to resource exhaustion,
causing timeout failures on github.
Jason Rumney hace 4 años
padre
commit
2f2bc7a7cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      requirements-dev.txt

+ 1 - 1
requirements-dev.txt

@@ -1,6 +1,6 @@
 black
 isort
-pytest-homeassistant-custom-component~=0.4.5
+pytest-homeassistant-custom-component==0.4.5
 pytest
 pytest-asyncio
 pytest-cov