python3Packages.pytest-cases: 3.8.5 -> 3.8.6
https://github.com/smarie/python-pytest-cases/releases/tag/3.8.6
This commit is contained in:
@@ -11,21 +11,22 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-cases";
|
||||
version = "3.8.5";
|
||||
version = "3.8.6";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-ySBUGHhHp9MNirZwn7FnCoMOThkjS+cAyFyWttcQLBY=";
|
||||
pname = "pytest_cases";
|
||||
inherit version;
|
||||
hash = "sha256-XCTgqwy2+OgCpGm3llkGozPTuruHRYbrxW9+LL4afEQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
buildInputs = [ pytest ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
decopatch
|
||||
makefun
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user