python3Packages.pytest-shutil: update dependencies

Changed files
+1 -10
pkgs
development
python-modules
pytest-shutil
+1 -10
pkgs/development/python-modules/pytest-shutil/default.nix
···
# build-time
setuptools,
-
setuptools-git,
# runtime
pytest,
-
mock,
-
path,
execnet,
termcolor,
six,
···
build-system = [
setuptools
-
setuptools-git
];
buildInputs = [ pytest ];
dependencies = [
-
mock
-
path
execnet
termcolor
six
···
nativeCheckInputs = [ pytestCheckHook ];
-
disabledTests = [
-
"test_pretty_formatter"
-
]
-
++ lib.optionals isPyPy [
+
disabledTests = lib.optionals isPyPy [
"test_run"
"test_run_integration"
];