summary refs log tree commit diff
path: root/pkgs/development/python-modules/asyncio_mqtt
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-12 10:22:34 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-12 19:10:54 -0800
commit2043dbb6faa9e21b0fb500161542e30d6c8bc680 (patch)
tree6cab78acf14200289d749425cadfd159819f81d0 /pkgs/development/python-modules/asyncio_mqtt
parent3f5767d09e05e3ceb6cbe7fe16c326b68c7e025c (diff)
downloadnixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.gz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.bz2
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.lz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.xz
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.tar.zst
nixpkgs-2043dbb6faa9e21b0fb500161542e30d6c8bc680.zip
pkgs.development.python-modules: remove unused args
Diffstat (limited to 'pkgs/development/python-modules/asyncio_mqtt')
-rw-r--r--pkgs/development/python-modules/asyncio_mqtt/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/asyncio_mqtt/default.nix b/pkgs/development/python-modules/asyncio_mqtt/default.nix
index da87124e442..fd8a52f5a6a 100644
--- a/pkgs/development/python-modules/asyncio_mqtt/default.nix
+++ b/pkgs/development/python-modules/asyncio_mqtt/default.nix
@@ -4,7 +4,6 @@
 , fetchPypi
 , async_generator
 , paho-mqtt
-, pytestCheckHook
 }:
 
 buildPythonPackage rec {