Sfoglia il codice sorgente

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 4 anni fa
parent
commit
2f2bc7a7cf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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