about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-13 13:43:29 +0100
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2021-11-13 13:43:29 +0100
commit9b001407a104fbdbb8fbcb72db7d0586bdc76795 (patch)
tree1f9e7c3b784b0cdafc3ca790e5a8b5736a78e7e3 /pkgs/development/python-modules/pytest
parent594fa6aea6019fab70647c84b502d3cf8361c5ee (diff)
pkgs.development.python-modules: remove unused args
Diffstat (limited to 'pkgs/development/python-modules/pytest')
-rw-r--r--pkgs/development/python-modules/pytest/5.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pytest/5.nix b/pkgs/development/python-modules/pytest/5.nix
index b38c1a759fe37..913133cd7818a 100644
--- a/pkgs/development/python-modules/pytest/5.nix
+++ b/pkgs/development/python-modules/pytest/5.nix
@@ -1,16 +1,13 @@
 { lib, buildPythonPackage, pythonOlder, fetchPypi, isPy3k, isPyPy
 , atomicwrites
 , attrs
-, funcsigs
 , hypothesis
-, mock
 , more-itertools
 , packaging
 , pathlib2
 , pluggy
 , py
 , pygments
-, python
 , setuptools
 , setuptools-scm
 , six