diff --git a/pkgs/development/python-modules/astral/default.nix b/pkgs/development/python-modules/astral/default.nix index 75f0b632e877..5338b67b50da 100644 --- a/pkgs/development/python-modules/astral/default.nix +++ b/pkgs/development/python-modules/astral/default.nix @@ -13,8 +13,6 @@ buildPythonPackage rec { checkInputs = [ pytest ]; checkPhase = '' - # https://github.com/sffjunkie/astral/pull/26 - touch src/test/.api_key py.test -m "not webtest" '';