Merge pull request #290797 from fabaff/pytest-httpx-bump
python311Packages.pytest-httpx: 0.27.0 -> 0.30.0
This commit is contained in:
commit
b66514c14e
1 changed files with 4 additions and 2 deletions
|
@ -8,11 +8,12 @@
|
|||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-httpx";
|
||||
version = "0.27.0";
|
||||
version = "0.30.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -21,12 +22,13 @@ buildPythonPackage rec {
|
|||
owner = "Colin-b";
|
||||
repo = "pytest_httpx";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-5CDmIjehW9/aBxoFVbo8W2fAwgIrPPxEqHQjxsTPlpY=";
|
||||
hash = "sha256-JfyqeOCHNHO4IEHVrh47TdWvb8lcy/1Prqnfphs0ufM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue