mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 02:53:55 +00:00
python310Packages.pyhanko-certvalidator: remove pytest-runner dep
It is deprecated, not actually required and we therefore won't provide it.
This commit is contained in:
parent
abc57e2f0f
commit
49c22f4b19
@ -5,7 +5,6 @@
|
||||
, cryptography
|
||||
, fetchFromGitHub
|
||||
, freezegun
|
||||
, openssl
|
||||
, oscrypto
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
@ -29,6 +28,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-q2YxncyMHmbRmcoLb68huK02CYiKqF2CFRl8vkUfxg4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace ', "pytest-runner",' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user