python310Packages.portalocker: remove mypy linter, remove default meta.platforms

This commit is contained in:
Sandro Jäckel 2023-06-07 14:13:38 +02:00 committed by Gaetan Lepage
parent c44e4e09d6
commit 06a75e548e

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, pytestCheckHook
, pytest-mypy
, pythonOlder
, redis
}:
@ -25,7 +24,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
pytest-mypy
];
disabledTests = [
@ -41,6 +39,5 @@ buildPythonPackage rec {
homepage = "https://github.com/WoLpH/portalocker";
license = licenses.psfl;
maintainers = with maintainers; [ jonringer ];
platforms = platforms.unix; # Windows has a dependency on pypiwin32
};
}