python3Packages.pyfakefs: remove unused 'undefined' dependency (#400013)
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
# tests
|
||||
pandas,
|
||||
pytestCheckHook,
|
||||
undefined,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -33,7 +32,6 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
pandas
|
||||
pytestCheckHook
|
||||
undefined
|
||||
];
|
||||
|
||||
pytestFlagsArray = [
|
||||
|
||||
Reference in New Issue
Block a user