mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
python311Packages.pluggy: 1.4.0 -> 1.5.0
Diff: https://github.com/pytest-dev/pluggy/compare/refs/tags/1.4.0...1.5.0 Changelog: https://github.com/pytest-dev/pluggy/blob/refs/tags/1.5.0/CHANGELOG.rst
This commit is contained in:
parent
13e3abfd43
commit
e4676179b3
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pluggy";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
@ -20,10 +20,10 @@ buildPythonPackage rec {
|
||||
owner = "pytest-dev";
|
||||
repo = "pluggy";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-1XHJwODmpYQkYZvnZck6RrtT4lOeCf8cr1QFx9DCbzw=";
|
||||
hash = "sha256-f0DxyZZk6RoYtOEXLACcsOn2B+Hot4U4g5Ogr/hKmOE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
# To prevent infinite recursion with pytest
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user