about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-14 00:01:47 +0000
committerGitHub <noreply@github.com>2021-11-14 00:01:47 +0000
commit9b5a10585626b6cb1940da8c94502ce64113b67f (patch)
tree8dc2dc358a1262b77d34c462c0b2a096eb0060df /pkgs/development/python-modules/pytest
parent2774c726b4d8a922de19add521ae904673b07ebb (diff)
parent08c9f103f5a375103f4b0df17965624288875fa3 (diff)
Merge master into staging-next
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 8df7c02b1774f..ee04e3be429f1 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