Unverified Commit 016abbdd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.hikari: fix build (#463930)

parents 218c32db 97b0e7cd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  pythonOlder,
  hatchling,
  aiohttp,
  async-timeout,
  attrs,
  multidict,
  colorlog,
@@ -58,6 +59,7 @@ buildPythonPackage rec {
    pytest-cov-stub
    pytest-randomly
    mock
    async-timeout
  ];

  pythonImportsCheck = [ "hikari" ];