Skip to content

Commit

Permalink
python310Packages.pyhanko-certvalidator: remove pytest-runner dep
Browse files Browse the repository at this point in the history
It is deprecated, not actually required and we therefore won't provide
it.
  • Loading branch information
mweinelt committed Aug 23, 2023
1 parent abc57e2 commit 49c22f4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, cryptography
, fetchFromGitHub
, freezegun
, openssl
, oscrypto
, pytest-asyncio
, pytestCheckHook
Expand All @@ -29,6 +28,11 @@ buildPythonPackage rec {
hash = "sha256-q2YxncyMHmbRmcoLb68huK02CYiKqF2CFRl8vkUfxg4=";
};

postPatch = ''
substituteInPlace pyproject.toml \
--replace ', "pytest-runner",' ""
'';

nativeBuildInputs = [
setuptools
];
Expand Down

0 comments on commit 49c22f4

Please sign in to comment.