mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.vulture: 2.14 -> 2.16
Changelog: https://github.com/jendrikseipp/vulture/releases/tag/v2.16
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "vulture";
|
||||
version = "2.14";
|
||||
version = "2.16";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-y4J3kCoRON7qt5bsW+9wdqbgJIyjYHo/Pe4LbZ6bhBU=";
|
||||
hash = "sha256-+Nn24q8DARZko8bCQMl2Wz85KRfTE1/dym1qaNNZ9xc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -28,11 +28,6 @@ buildPythonPackage rec {
|
||||
toml
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# missing pytype package/executable
|
||||
"tests/test_pytype.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "vulture" ];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user