python3.pkgs.async-generator: rename from async_generator

This commit is contained in:
Theodore Ni
2023-08-09 09:57:25 -07:00
parent e04428a3a8
commit 735d9c7fc3
12 changed files with 21 additions and 20 deletions
@@ -21,7 +21,7 @@
, typing-extensions
, idna-ssl
# tests_require
, async_generator
, async-generator
, freezegun
, gunicorn
, pytest-mock
@@ -80,7 +80,7 @@ buildPythonPackage rec {
# NOTE: pytest-xdist cannot be added because it is flaky. See https://github.com/NixOS/nixpkgs/issues/230597 for more info.
nativeCheckInputs = [
async_generator
async-generator
freezegun
gunicorn
pytest-mock