python3Packages.pyfakefs: remove unused 'undefined' dependency (#400013)

authored by Martin Weinelt and committed by GitHub a237d247 3bf758e9

-2
-2
pkgs/development/python-modules/pyfakefs/default.nix
··· 11 11 # tests 12 12 pandas, 13 13 pytestCheckHook, 14 - undefined, 15 14 }: 16 15 17 16 buildPythonPackage rec { ··· 33 32 nativeCheckInputs = [ 34 33 pandas 35 34 pytestCheckHook 36 - undefined 37 35 ]; 38 36 39 37 pytestFlagsArray = [